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 8967008 commit 23e39c5Copy full SHA for 23e39c5
chainbench/test_data/evm.py
@@ -397,6 +397,17 @@ def get_random_contract(self, rng: RNG) -> Erc20Contract:
397
"start_block": 100000,
398
"contract_addresses": [],
399
},
400
+ 999: {
401
+ "name": "hyperliquid-mainnet",
402
+ "start_block": 1,
403
+ "contract_addresses": [
404
+ "0x2df1c51e09aecf9cacb7bc98cb1742757f163df7",
405
+ "0x3333333333333333333333333333333333333333",
406
+ "0x2222222222222222222222222222222222222222",
407
+ "0x5555555555555555555555555555555555555555",
408
+ "0x510100d5143e011db24e2aa38abe85d73d5b2177",
409
+ ],
410
+ },
411
}
412
413
0 commit comments