From 23e39c523be20282e6451f2ac1f3b5c9f3be0d0c Mon Sep 17 00:00:00 2001 From: "Imperator.co" <81272306+imperator-co@users.noreply.github.com> Date: Thu, 27 Mar 2025 17:41:41 +0100 Subject: [PATCH] Add support Hyperliquid --- chainbench/test_data/evm.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/chainbench/test_data/evm.py b/chainbench/test_data/evm.py index 0c37af7..6dc88aa 100644 --- a/chainbench/test_data/evm.py +++ b/chainbench/test_data/evm.py @@ -397,6 +397,17 @@ def get_random_contract(self, rng: RNG) -> Erc20Contract: "start_block": 100000, "contract_addresses": [], }, + 999: { + "name": "hyperliquid-mainnet", + "start_block": 1, + "contract_addresses": [ + "0x2df1c51e09aecf9cacb7bc98cb1742757f163df7", + "0x3333333333333333333333333333333333333333", + "0x2222222222222222222222222222222222222222", + "0x5555555555555555555555555555555555555555", + "0x510100d5143e011db24e2aa38abe85d73d5b2177", + ], + }, }