Skip to content

Commit a8446ac

Browse files
authored
chore(entropy) Deploy Hype Testnet (#2789)
1 parent 40aadd6 commit a8446ac

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

contract_manager/store/chains/EvmChains.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@
10731073
{
10741074
"id": "hyperevm_testnet",
10751075
"mainnet": false,
1076-
"rpcUrl": "https://api.hyperliquid-testnet.xyz/evm",
1076+
"rpcUrl": "https://rpc.hyperliquid-testnet.xyz/evm",
10771077
"networkId": 998,
10781078
"type": "EvmChain"
10791079
},

contract_manager/store/contracts/EvmEntropyContracts.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,10 @@
233233
"chain": "soneium",
234234
"address": "0x0708325268dF9F66270F1401206434524814508b",
235235
"type": "EvmEntropyContract"
236+
},
237+
{
238+
"chain": "hyperevm_testnet",
239+
"address": "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
240+
"type": "EvmEntropyContract"
236241
}
237-
]
242+
]

0 commit comments

Comments
 (0)