소스 검색

chore(entropy) Deploy Hype Testnet (#2789)

Aditya Arora 5 달 전
부모
커밋
a8446ac147
2개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      contract_manager/store/chains/EvmChains.json
  2. 6 1
      contract_manager/store/contracts/EvmEntropyContracts.json

+ 1 - 1
contract_manager/store/chains/EvmChains.json

@@ -1073,7 +1073,7 @@
   {
     "id": "hyperevm_testnet",
     "mainnet": false,
-    "rpcUrl": "https://api.hyperliquid-testnet.xyz/evm",
+    "rpcUrl": "https://rpc.hyperliquid-testnet.xyz/evm",
     "networkId": 998,
     "type": "EvmChain"
   },

+ 6 - 1
contract_manager/store/contracts/EvmEntropyContracts.json

@@ -233,5 +233,10 @@
     "chain": "soneium",
     "address": "0x0708325268dF9F66270F1401206434524814508b",
     "type": "EvmEntropyContract"
+  },
+  {
+    "chain": "hyperevm_testnet",
+    "address": "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
+    "type": "EvmEntropyContract"
   }
-]
+]