|
35 | 35 | "build:arbitrum-sepolia": "cannon build omnibus-arbitrum-sepolia.toml --dry-run --port 8545 --upgrade-from synthetix-omnibus:latest@main --chain-id 421614 --provider-url https://arbitrum-sepolia.infura.io/v3/$INFURA_API_KEY | tee ./e2e/cannon-build.log",
|
36 | 36 | "build:snax": "cannon build omnibus-snaxchain-mainnet.toml --dry-run --port 8545 --upgrade-from synthetix-omnibus:latest@main --chain-id 2192 --provider-url https://mainnet.snaxchain.io | tee ./e2e/cannon-build.log",
|
37 | 37 | "build:snax-testnet": "cannon build omnibus-snaxchain-testnet.toml --dry-run --port 8545 --upgrade-from synthetix-omnibus:latest@main --chain-id 13001 --provider-url https://testnet.snaxchain.io | tee ./e2e/cannon-build.log",
|
38 |
| - "test:mainnet": "DEBUG='e2e:*' mocha ./e2e/tests/omnibus-mainnet.toml/**/*.e2e.js", |
39 |
| - "test:sepolia": "DEBUG='e2e:*' mocha ./e2e/tests/omnibus-sepolia.toml/**/*.e2e.js", |
40 |
| - "test:optimism": "DEBUG='e2e:*' mocha ./e2e/tests/omnibus-optimism-mainnet.toml/**/*.e2e.js", |
41 |
| - "test:base": "DEBUG='e2e:*' mocha ./e2e/tests/omnibus-base-mainnet-andromeda.toml/**/*.e2e.js", |
42 |
| - "test:base-sepolia": "DEBUG='e2e:*' mocha ./e2e/tests/omnibus-base-sepolia-andromeda.toml/**/*.e2e.js", |
43 |
| - "test:arbitrum": "DEBUG='e2e:*' mocha ./e2e/tests/omnibus-arbitrum-mainnet.toml/**/*.e2e.js", |
44 |
| - "test:arbitrum-sepolia": "DEBUG='e2e:*' mocha ./e2e/tests/omnibus-arbitrum-sepolia.toml/**/*.e2e.js", |
45 |
| - "test:snax": "DEBUG='e2e:*' mocha ./e2e/tests/omnibus-snaxchain-mainnet.toml/**/*.e2e.js", |
46 |
| - "test:snax-testnet": "DEBUG='e2e:*' mocha ./e2e/tests/omnibus-snaxchain-testnet.toml/**/*.e2e.js", |
| 38 | + "test:mainnet": "DEBUG='e2e:*' node --test --test-reporter spec ./e2e/tests/omnibus-mainnet.toml/**/*.e2e.js", |
| 39 | + "test:sepolia": "DEBUG='e2e:*' node --test --test-reporter spec ./e2e/tests/omnibus-sepolia.toml/**/*.e2e.js", |
| 40 | + "test:optimism": "DEBUG='e2e:*' node --test --test-reporter spec ./e2e/tests/omnibus-optimism-mainnet.toml/**/*.e2e.js", |
| 41 | + "test:base": "DEBUG='e2e:*' node --test --test-reporter spec ./e2e/tests/omnibus-base-mainnet-andromeda.toml/**/*.e2e.js", |
| 42 | + "test:base-sepolia": "DEBUG='e2e:*' node --test --test-reporter spec ./e2e/tests/omnibus-base-sepolia-andromeda.toml/**/*.e2e.js", |
| 43 | + "test:arbitrum": "DEBUG='e2e:*' node --test --test-reporter spec ./e2e/tests/omnibus-arbitrum-mainnet.toml/**/*.e2e.js", |
| 44 | + "test:arbitrum-sepolia": "DEBUG='e2e:*' node --test --test-reporter spec ./e2e/tests/omnibus-arbitrum-sepolia.toml/**/*.e2e.js", |
| 45 | + "test:snax": "DEBUG='e2e:*' node --test --test-reporter spec ./e2e/tests/omnibus-snaxchain-mainnet.toml/**/*.e2e.js", |
| 46 | + "test:snax-testnet": "DEBUG='e2e:*' node --test --test-reporter spec ./e2e/tests/omnibus-snaxchain-testnet.toml/**/*.e2e.js", |
47 | 47 | "pretty": "prettier . '**/*.toml' --write",
|
48 | 48 | "pretty:check": "prettier . '**/*.toml' --check",
|
49 | 49 | "fetch-deployments": "DEBUG='e2e:*' node e2e/extractCannonState ./e2e/cannon-build.log > /tmp/cannonState.json && DEBUG='e2e:*' node e2e/generateDeployments /tmp/cannonState.json",
|
|
58 | 58 | "@usecannon/cli": "2.18.4",
|
59 | 59 | "debug": "^4.3.7",
|
60 | 60 | "ethers": "^5.7.2",
|
61 |
| - "hardhat": "^2.22.14", |
62 |
| - "mocha": "^10.7.3", |
63 |
| - "mocha-junit-reporter": "^2.2.1", |
64 |
| - "mocha-multi": "^1.1.7", |
65 | 61 | "numbro": "^2.5.0",
|
66 | 62 | "pako": "^2.1.0",
|
67 | 63 | "prettier": "^3.3.3",
|
|
70 | 66 | "supports-color": "^8.1.1",
|
71 | 67 | "viem": "^2.21.34"
|
72 | 68 | },
|
73 |
| - "mocha": { |
74 |
| - "timeout": "5m", |
75 |
| - "recursive": true, |
76 |
| - "bail": true, |
77 |
| - "async-only": true, |
78 |
| - "exit": true |
79 |
| - }, |
80 | 69 | "packageManager": " [email protected]"
|
81 | 70 | }
|
0 commit comments