Skip to content

Commit 0e67978

Browse files
authored
Add manta (#1085)
1 parent 879efe0 commit 0e67978

File tree

5 files changed

+51
-0
lines changed

5 files changed

+51
-0
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,3 +364,15 @@
364364
rpcUrl: https://goerli.boba.network
365365
networkId: 2888
366366
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

contract_manager/store/contracts/EvmContracts.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,9 @@
181181
- chain: boba
182182
address: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF"
183183
type: EvmContract
184+
- chain: manta_testnet
185+
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
186+
type: EvmContract
187+
- chain: manta
188+
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
189+
type: EvmContract

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export const RECEIVER_CHAINS = {
4444
ronin: 60029,
4545
horizen: 60030,
4646
boba: 60031,
47+
manta: 60032,
4748
};
4849

4950
// 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": "0xe3f6afa412b17bec6aedd51aefc3a13f1d1a42e671ab69f41c89044d8c35e7a4"
10+
},
11+
{
12+
"contractName": "PythUpgradable",
13+
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
14+
"transactionHash": "0x5476b2316299aaccf9762bfd3f694c207b61df0a6bfb888a8ccbcb21e2e53810"
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": "0x6392d7c18598624ae90c50c0a1590d9577ae85e2e1e3858ba017e03c4309bfc5"
10+
},
11+
{
12+
"contractName": "PythUpgradable",
13+
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
14+
"transactionHash": "0x8f75db66aa64c7058d9b05d1763d5085d846f605a87860d839bb77a56b9571ca"
15+
}
16+
]

0 commit comments

Comments
 (0)