Skip to content

Commit a5d6805

Browse files
authored
chore(evm): add some hoodi networks (#3170)
1 parent 112c58e commit a5d6805

File tree

4 files changed

+55
-1
lines changed

4 files changed

+55
-1
lines changed

contract_manager/store/chains/EvmChains.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,27 @@
13551355
"mainnet": false,
13561356
"rpcUrl": "https://node.shadownet.etherlink.com",
13571357
"networkId": 127823,
1358-
"type": "EvmChain"
1358+
"type": "EvmChain"
1359+
},
1360+
{
1361+
"id": "hoodi",
1362+
"mainnet": false,
1363+
"rpcUrl": "https://ethereum-hoodi-rpc.publicnode.com",
1364+
"networkId": 560048,
1365+
"type": "EvmChain"
1366+
},
1367+
{
1368+
"id": "taiko_hoodi",
1369+
"mainnet": false,
1370+
"rpcUrl": "https://rpc.hoodi.taiko.xyz",
1371+
"networkId": 167013,
1372+
"type": "EvmChain"
1373+
},
1374+
{
1375+
"id": "morph_hoodi",
1376+
"mainnet": false,
1377+
"rpcUrl": "https://rpc-hoodi.morphl2.io",
1378+
"networkId": 2910,
1379+
"type": "EvmChain"
13591380
}
13601381
]

contract_manager/store/contracts/EvmPriceFeedContracts.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,5 +893,20 @@
893893
"chain": "etherlink_new_testnet",
894894
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
895895
"type": "EvmPriceFeedContract"
896+
},
897+
{
898+
"chain": "hoodi",
899+
"address": "0x87047526937246727E4869C5f76A347160e08672",
900+
"type": "EvmPriceFeedContract"
901+
},
902+
{
903+
"chain": "taiko_hoodi",
904+
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
905+
"type": "EvmPriceFeedContract"
906+
},
907+
{
908+
"chain": "morph_hoodi",
909+
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
910+
"type": "EvmPriceFeedContract"
896911
}
897912
]

contract_manager/store/contracts/EvmWormholeContracts.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,5 +903,20 @@
903903
"chain": "etherlink_new_testnet",
904904
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
905905
"type": "EvmWormholeContract"
906+
},
907+
{
908+
"chain": "hoodi",
909+
"address": "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a",
910+
"type": "EvmWormholeContract"
911+
},
912+
{
913+
"chain": "taiko_hoodi",
914+
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
915+
"type": "EvmWormholeContract"
916+
},
917+
{
918+
"chain": "morph_hoodi",
919+
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
920+
"type": "EvmWormholeContract"
906921
}
907922
]

governance/xc_admin/packages/xc_admin_common/src/chains.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ export const RECEIVER_CHAINS = {
261261
giwa_testnet: 50131,
262262
sonic_evm_testnet: 50132, // sonic_testnet already exist, so had to use sonic_evm_testnet
263263
etherlink_new_testnet: 50133, // etherlink_testnet already exist, so had to use etherlink_new_testnet
264+
hoodi: 50134, // Ethereum hoodi, the new Ethereum testnet
265+
taiko_hoodi: 50135,
266+
morph_hoodi: 50136,
264267
};
265268

266269
// If there is any overlapping value the receiver chain will replace the wormhole

0 commit comments

Comments
 (0)