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 40aadd6 commit a8446acCopy full SHA for a8446ac
contract_manager/store/chains/EvmChains.json
@@ -1073,7 +1073,7 @@
1073
{
1074
"id": "hyperevm_testnet",
1075
"mainnet": false,
1076
- "rpcUrl": "https://api.hyperliquid-testnet.xyz/evm",
+ "rpcUrl": "https://rpc.hyperliquid-testnet.xyz/evm",
1077
"networkId": 998,
1078
"type": "EvmChain"
1079
},
contract_manager/store/contracts/EvmEntropyContracts.json
@@ -233,5 +233,10 @@
233
"chain": "soneium",
234
"address": "0x0708325268dF9F66270F1401206434524814508b",
235
"type": "EvmEntropyContract"
236
+ },
237
+ {
238
+ "chain": "hyperevm_testnet",
239
+ "address": "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
240
+ "type": "EvmEntropyContract"
241
}
-]
242
+]
0 commit comments