|
1 | 1 | {
|
2 | 2 | "name": "@scroll-tech/contracts",
|
3 | 3 | "description": "A library for interacting with Scroll contracts.",
|
4 |
| - "version": "0.0.4", |
| 4 | + "version": "2.0.1", |
5 | 5 | "repository": {
|
6 | 6 | "type": "git",
|
7 | 7 | "url": "https://github.com/scroll-tech/scroll.git"
|
8 | 8 | },
|
9 | 9 | "files": [
|
10 |
| - "L1/gateways", |
11 |
| - "L1/rollup/IL1MessageQueue.sol", |
12 |
| - "L1/rollup/IL2GasPriceOracle.sol", |
13 |
| - "L1/rollup/IScrollChain.sol", |
14 |
| - "L1/IL1ScrollMessenger.sol", |
15 |
| - "L2/gateways", |
16 |
| - "L2/predeploys/IL1BlockContainer.sol", |
17 |
| - "L2/predeploys/IL1GasPriceOracle.sol", |
18 |
| - "L2/IL2ScrollMessenger.sol", |
| 10 | + "L1", |
| 11 | + "L2", |
19 | 12 | "interfaces",
|
20 |
| - "libraries/callbacks", |
21 |
| - "libraries/gateway", |
22 |
| - "libraries/oracle/IGasOracle.sol", |
23 |
| - "libraries/token/IScrollERC20.sol", |
24 |
| - "libraries/token/IScrollERC20Extension.sol", |
25 |
| - "libraries/token/IScrollERC1155.sol", |
26 |
| - "libraries/token/IScrollERC1155Extension.sol", |
27 |
| - "libraries/token/IScrollERC721.sol", |
28 |
| - "libraries/token/IScrollERC721Extension.sol", |
29 |
| - "libraries/token/IScrollStandardERC20.sol", |
30 |
| - "libraries/token/IScrollStandardERC20Factory.sol", |
31 |
| - "libraries/IScrollMessenger.sol" |
| 13 | + "libraries", |
| 14 | + "misc", |
| 15 | + "mocks" |
32 | 16 | ],
|
33 | 17 | "keywords": [
|
34 | 18 | "solidity",
|
|
0 commit comments