Skip to content

Commit 8a98279

Browse files
authored
chore(eth) deploy to mode (#1159)
1 parent 57b1367 commit 8a98279

File tree

5 files changed

+50
-0
lines changed

5 files changed

+50
-0
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,3 +358,13 @@
358358
rpcUrl: https://rpc.testnet.tomochain.com
359359
networkId: 89
360360
type: EvmChain
361+
- id: mode_testnet
362+
mainnet: false
363+
rpcUrl: https://sepolia.mode.network/
364+
networkId: 919
365+
type: EvmChain
366+
- id: mode
367+
mainnet: true
368+
rpcUrl: https://mainnet.mode.network/
369+
networkId: 34443
370+
type: EvmChain

contract_manager/store/contracts/EvmContracts.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,9 @@
214214
- chain: optimism_sepolia
215215
address: "0x0708325268dF9F66270F1401206434524814508b"
216216
type: EvmContract
217+
- chain: mode
218+
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
219+
type: EvmContract
220+
- chain: mode_testnet
221+
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
222+
type: EvmContract

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export const RECEIVER_CHAINS = {
5555
coredao: 60036,
5656
tomochain: 60037,
5757
stacks: 60038,
58+
mode: 60039,
5859

5960
// Testnets as a separate chain ids (to use stable data sources and governance for them)
6061
injective_testnet: 60013,
@@ -103,6 +104,7 @@ export const RECEIVER_CHAINS = {
103104
coredao_testnet: 50037,
104105
tomochain_testnet: 50038,
105106
stacks_testnet: 50039,
107+
mode_testnet: 50040,
106108
};
107109

108110
// If there is any overlapping value the receiver chain will replace the wormhole
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[
2+
{
3+
"contractName": "Migrations",
4+
"address": "0xf5BBe9558F4Bf37F1eB82fb2CEdb1C775FA56832"
5+
},
6+
{
7+
"contractName": "WormholeReceiver",
8+
"address": "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a",
9+
"transactionHash": "0x6289888cfac33003026a9b494ed264dd4b1d1060fc9018a5d32dead56687c8df"
10+
},
11+
{
12+
"contractName": "PythUpgradable",
13+
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
14+
"transactionHash": "0x69a88f817c249d920d6ca3999163f49b18e69f162b52bedba8a9ba35b926ad08"
15+
}
16+
]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[
2+
{
3+
"contractName": "Migrations",
4+
"address": "0xf5BBe9558F4Bf37F1eB82fb2CEdb1C775FA56832"
5+
},
6+
{
7+
"contractName": "WormholeReceiver",
8+
"address": "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a",
9+
"transactionHash": "0x180a12973aab9ffe8efbe7b922c01d77385961517807a1efa3594880f3c1d483"
10+
},
11+
{
12+
"contractName": "PythUpgradable",
13+
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
14+
"transactionHash": "0xcfe6058dd1d1d10b06e20efd553d6cb3dcf239a0bf70b512e31c0937caf718b6"
15+
}
16+
]

0 commit comments

Comments
 (0)