File tree Expand file tree Collapse file tree 5 files changed +51
-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 +51
-0
lines changed Original file line number Diff line number Diff line change 364
364
rpcUrl : https://goerli.boba.network
365
365
networkId : 2888
366
366
type : EvmChain
367
+ - id : manta
368
+ wormholeChainName : manta
369
+ mainnet : true
370
+ rpcUrl : https://pacific-rpc.manta.network/http
371
+ networkId : 169
372
+ type : EvmChain
373
+ - id : manta_testnet
374
+ wormholeChainName : manta
375
+ mainnet : false
376
+ rpcUrl : https://pacific-rpc.testnet.manta.network/http
377
+ networkId : 3441005
378
+ type : EvmChain
Original file line number Diff line number Diff line change 181
181
- chain : boba
182
182
address : " 0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF"
183
183
type : EvmContract
184
+ - chain : manta_testnet
185
+ address : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
186
+ type : EvmContract
187
+ - chain : manta
188
+ address : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
189
+ type : EvmContract
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ export const RECEIVER_CHAINS = {
44
44
ronin : 60029 ,
45
45
horizen : 60030 ,
46
46
boba : 60031 ,
47
+ manta : 60032 ,
47
48
} ;
48
49
49
50
// 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" : " 0xe3f6afa412b17bec6aedd51aefc3a13f1d1a42e671ab69f41c89044d8c35e7a4"
10
+ },
11
+ {
12
+ "contractName" : " PythUpgradable" ,
13
+ "address" : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729" ,
14
+ "transactionHash" : " 0x5476b2316299aaccf9762bfd3f694c207b61df0a6bfb888a8ccbcb21e2e53810"
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" : " 0x6392d7c18598624ae90c50c0a1590d9577ae85e2e1e3858ba017e03c4309bfc5"
10
+ },
11
+ {
12
+ "contractName" : " PythUpgradable" ,
13
+ "address" : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729" ,
14
+ "transactionHash" : " 0x8f75db66aa64c7058d9b05d1763d5085d846f605a87860d839bb77a56b9571ca"
15
+ }
16
+ ]
You can’t perform that action at this time.
0 commit comments