|
24 | 24 | "chain:fork:polygon": "NETWORK=polygon yarn run chain:fork",
|
25 | 25 | "chain:fork:optimism": "NETWORK=optimism yarn run chain:fork",
|
26 | 26 | "chain:fork:arbitrum": "NETWORK=arbitrum yarn run chain:fork",
|
| 27 | + "chain:fork:base": "NETWORK=base yarn run chain:fork", |
27 | 28 | "clean": "rm -rf coverage.json .coverage_cache .coverage_contracts cache coverage typechain artifacts dist",
|
28 | 29 | "clean-dev-deployment": "rm -rf deployments/50-development.json",
|
29 | 30 | "compile": "npx hardhat compile",
|
|
49 | 50 | "test:integration:optimism": "find test/integration/optimism -type f -name '*.spec.ts' | xargs yarn run test:integration",
|
50 | 51 | "test:integration:ethereum": "find test/integration/ethereum -type f -name '*.spec.ts' | xargs yarn run test:integration",
|
51 | 52 | "test:integration:arbitrum": "find test/integration/arbitrum -type f -name '*.spec.ts' | xargs yarn run test:integration",
|
| 53 | + "test:integration:base": "INTEGRATIONTEST=true NETWORK=base VERBOSE=true yarn run test test/integration/base/*", |
52 | 54 | "test:clean": "yarn clean && yarn build && yarn test",
|
53 | 55 | "transpile": "tsc",
|
54 | 56 | "transpile-dist": "tsc -p tsconfig.dist.json",
|
|
80 | 82 | "dotenv": "^8.2.0",
|
81 | 83 | "ethereum-waffle": "^3.2.1",
|
82 | 84 | "globby": "^11.0.2",
|
83 |
| - "hardhat": "2.22.3", |
| 85 | + "hardhat": "2.22.14", |
84 | 86 | "hardhat-contract-sizer": "^2.5.1",
|
85 | 87 | "hardhat-deploy": "^0.7.0-beta.39",
|
86 | 88 | "hardhat-typechain": "^0.3.4",
|
|
0 commit comments