Skip to content

Commit 23e39c5

Browse files
authored
Add support Hyperliquid
1 parent 8967008 commit 23e39c5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

chainbench/test_data/evm.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,17 @@ def get_random_contract(self, rng: RNG) -> Erc20Contract:
397397
"start_block": 100000,
398398
"contract_addresses": [],
399399
},
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+
},
400411
}
401412

402413

0 commit comments

Comments
 (0)