Skip to content

Commit f33586e

Browse files
committed
fix: update config files
1 parent ecd23ff commit f33586e

File tree

3 files changed

+62
-11
lines changed

3 files changed

+62
-11
lines changed

contract_manager/store/chains/EvmChains.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@
12061206
{
12071207
"id": "converge_testnet",
12081208
"mainnet": false,
1209-
"rpcUrl": "https://rpc-converge-testnet-0.t.conduit.xyz",
1209+
"rpcUrl": "https://rpc-converge-testnet-1.t.conduit.xyz",
12101210
"networkId": 52085144,
12111211
"type": "EvmChain"
12121212
},
@@ -1237,5 +1237,26 @@
12371237
"rpcUrl": "https://swell-mainnet.alt.technology",
12381238
"networkId": 1923,
12391239
"type": "EvmChain"
1240+
},
1241+
{
1242+
"id": "mezo_testnet",
1243+
"mainnet": false,
1244+
"rpcUrl": "https://rpc.test.mezo.org",
1245+
"networkId": 31611,
1246+
"type": "EvmChain"
1247+
},
1248+
{
1249+
"id": "mezo",
1250+
"mainnet": true,
1251+
"rpcUrl": "https://jsonrpc-mezo.boar.network",
1252+
"networkId": 31612,
1253+
"type": "EvmChain"
1254+
},
1255+
{
1256+
"id": "hemi_testnet",
1257+
"mainnet": false,
1258+
"rpcUrl": "https://testnet.rpc.hemi.network/rpc",
1259+
"networkId": 743111,
1260+
"type": "EvmChain"
12401261
}
12411262
]

contract_manager/store/contracts/EvmPriceFeedContracts.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -804,11 +804,6 @@
804804
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
805805
"type": "EvmPriceFeedContract"
806806
},
807-
{
808-
"chain": "converge_testnet",
809-
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
810-
"type": "EvmPriceFeedContract"
811-
},
812807
{
813808
"chain": "worldchain",
814809
"address": "0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc",
@@ -828,5 +823,25 @@
828823
"chain": "worldchain_testnet",
829824
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
830825
"type": "EvmPriceFeedContract"
826+
},
827+
{
828+
"chain": "hemi_testnet",
829+
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
830+
"type": "EvmPriceFeedContract"
831+
},
832+
{
833+
"chain": "converge_testnet",
834+
"address": "0x87047526937246727E4869C5f76A347160e08672",
835+
"type": "EvmPriceFeedContract"
836+
},
837+
{
838+
"chain": "mezo_testnet",
839+
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
840+
"type": "EvmPriceFeedContract"
841+
},
842+
{
843+
"chain": "mezo",
844+
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
845+
"type": "EvmPriceFeedContract"
831846
}
832847
]

contract_manager/store/contracts/EvmWormholeContracts.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -794,11 +794,6 @@
794794
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
795795
"type": "EvmWormholeContract"
796796
},
797-
{
798-
"chain": "converge_testnet",
799-
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
800-
"type": "EvmWormholeContract"
801-
},
802797
{
803798
"chain": "worldchain",
804799
"address": "0x66E9cBa5529824a03B5Bc9931d9c63637101D0F7",
@@ -818,5 +813,25 @@
818813
"chain": "worldchain_testnet",
819814
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
820815
"type": "EvmWormholeContract"
816+
},
817+
{
818+
"chain": "mezo_testnet",
819+
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
820+
"type": "EvmWormholeContract"
821+
},
822+
{
823+
"chain": "hemi_testnet",
824+
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
825+
"type": "EvmWormholeContract"
826+
},
827+
{
828+
"chain": "converge_testnet",
829+
"address": "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a",
830+
"type": "EvmWormholeContract"
831+
},
832+
{
833+
"chain": "mezo",
834+
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
835+
"type": "EvmWormholeContract"
821836
}
822837
]

0 commit comments

Comments
 (0)