Procházet zdrojové kódy

fix: update config files

Daniel Chew před 5 měsíci
rodič
revize
f33586e09d

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

@@ -1206,7 +1206,7 @@
   {
     "id": "converge_testnet",
     "mainnet": false,
-    "rpcUrl": "https://rpc-converge-testnet-0.t.conduit.xyz",
+    "rpcUrl": "https://rpc-converge-testnet-1.t.conduit.xyz",
     "networkId": 52085144,
     "type": "EvmChain"
   },
@@ -1237,5 +1237,26 @@
     "rpcUrl": "https://swell-mainnet.alt.technology",
     "networkId": 1923,
     "type": "EvmChain"
+  },
+  {
+    "id": "mezo_testnet",
+    "mainnet": false,
+    "rpcUrl": "https://rpc.test.mezo.org",
+    "networkId": 31611,
+    "type": "EvmChain"
+  },
+  {
+    "id": "mezo",
+    "mainnet": true,
+    "rpcUrl": "https://jsonrpc-mezo.boar.network",
+    "networkId": 31612,
+    "type": "EvmChain"
+  },
+  {
+    "id": "hemi_testnet",
+    "mainnet": false,
+    "rpcUrl": "https://testnet.rpc.hemi.network/rpc",
+    "networkId": 743111,
+    "type": "EvmChain"
   }
 ]

+ 20 - 5
contract_manager/store/contracts/EvmPriceFeedContracts.json

@@ -804,11 +804,6 @@
     "address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
     "type": "EvmPriceFeedContract"
   },
-  {
-    "chain": "converge_testnet",
-    "address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
-    "type": "EvmPriceFeedContract"
-  },
   {
     "chain": "worldchain",
     "address": "0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc",
@@ -828,5 +823,25 @@
     "chain": "worldchain_testnet",
     "address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
     "type": "EvmPriceFeedContract"
+  },
+  {
+    "chain": "hemi_testnet",
+    "address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
+    "type": "EvmPriceFeedContract"
+  },
+  {
+    "chain": "converge_testnet",
+    "address": "0x87047526937246727E4869C5f76A347160e08672",
+    "type": "EvmPriceFeedContract"
+  },
+  {
+    "chain": "mezo_testnet",
+    "address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
+    "type": "EvmPriceFeedContract"
+  },
+  {
+    "chain": "mezo",
+    "address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
+    "type": "EvmPriceFeedContract"
   }
 ]

+ 20 - 5
contract_manager/store/contracts/EvmWormholeContracts.json

@@ -794,11 +794,6 @@
     "address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
     "type": "EvmWormholeContract"
   },
-  {
-    "chain": "converge_testnet",
-    "address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
-    "type": "EvmWormholeContract"
-  },
   {
     "chain": "worldchain",
     "address": "0x66E9cBa5529824a03B5Bc9931d9c63637101D0F7",
@@ -818,5 +813,25 @@
     "chain": "worldchain_testnet",
     "address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
     "type": "EvmWormholeContract"
+  },
+  {
+    "chain": "mezo_testnet",
+    "address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
+    "type": "EvmWormholeContract"
+  },
+  {
+    "chain": "hemi_testnet",
+    "address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
+    "type": "EvmWormholeContract"
+  },
+  {
+    "chain": "converge_testnet",
+    "address": "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a",
+    "type": "EvmWormholeContract"
+  },
+  {
+    "chain": "mezo",
+    "address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
+    "type": "EvmWormholeContract"
   }
 ]