We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3a3d6 commit ebfe5b4Copy full SHA for ebfe5b4
chainbench/test_data/evm.py
@@ -336,6 +336,17 @@ def get_random_contract(self, rng: RNG) -> Erc20Contract:
336
"0x067fbff8990c58ab90bae3c97241c5d736053f77",
337
],
338
},
339
+ 324: {
340
+ "name": "zksync-mainnet",
341
+ "start_block": 1,
342
+ "contract_addresses": [
343
+ "0x000000000000000000000000000000000000800A",
344
+ "0x96e4069B746bD88Db76eE126acfDA537DdcEe6FF",
345
+ "0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4",
346
+ "0x4E14EC08875c88f9B0Cf2A075F481EDa0143d1f0",
347
+ "0x5B09802d62d213c4503B4b1Ef5F727ef62c9F4eF",
348
+ ],
349
+ },
350
# TODO: Move StarkNet out of EVMNetwork
351
23448594291968334: {
352
"name": "starknet-mainnet",
0 commit comments