File tree Expand file tree Collapse file tree 5 files changed +50
-0
lines changed
governance/xc_admin/packages/xc_admin_common/src
target_chains/ethereum/contracts/networks Expand file tree Collapse file tree 5 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 358
358
rpcUrl : https://rpc.testnet.tomochain.com
359
359
networkId : 89
360
360
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
Original file line number Diff line number Diff line change 214
214
- chain : optimism_sepolia
215
215
address : " 0x0708325268dF9F66270F1401206434524814508b"
216
216
type : EvmContract
217
+ - chain : mode
218
+ address : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
219
+ type : EvmContract
220
+ - chain : mode_testnet
221
+ address : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
222
+ type : EvmContract
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ export const RECEIVER_CHAINS = {
55
55
coredao : 60036 ,
56
56
tomochain : 60037 ,
57
57
stacks : 60038 ,
58
+ mode : 60039 ,
58
59
59
60
// Testnets as a separate chain ids (to use stable data sources and governance for them)
60
61
injective_testnet : 60013 ,
@@ -103,6 +104,7 @@ export const RECEIVER_CHAINS = {
103
104
coredao_testnet : 50037 ,
104
105
tomochain_testnet : 50038 ,
105
106
stacks_testnet : 50039 ,
107
+ mode_testnet : 50040 ,
106
108
} ;
107
109
108
110
// If there is any overlapping value the receiver chain will replace the wormhole
Original file line number Diff line number Diff line change
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
+ ]
Original file line number Diff line number Diff line change
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
+ ]
You can’t perform that action at this time.
0 commit comments