Skip to content

Commit

Permalink
chore(evm): deploy to new networks
Browse files Browse the repository at this point in the history
chiliz_spicy and scroll
  • Loading branch information
ali-bahjati committed Oct 16, 2023
1 parent 2b51cff commit 44bf4d6
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 0 deletions.
18 changes: 18 additions & 0 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,12 @@
rpcUrl: https://sepolia-rpc.scroll.io/
networkId: 534351
type: EvmChain
- id: scroll
wormholeChainName: scroll
mainnet: true
rpcUrl: https://rpc.scroll.io
networkId: 534352
type: EvmChain
- id: saigon
wormholeChainName: ronin
mainnet: false
Expand Down Expand Up @@ -382,3 +388,15 @@
rpcUrl: https://sepolia.optimism.io
networkId: 11155420
type: EvmChain
- id: chiliz_spicy
wormholeChainName: chiliz
mainnet: false
rpcUrl: https://spicy-rpc.chiliz.com
networkId: 88882
type: EvmChain
- id: chiliz
wormholeChainName: chiliz
mainnet: true
rpcUrl: https://rpc.ankr.com/chiliz
networkId: 88888
type: EvmChain
6 changes: 6 additions & 0 deletions contract_manager/store/contracts/EvmContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,9 @@
- chain: optimism_sepolia
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmContract
- chain: chiliz_spicy
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmContract
- chain: scroll
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmContract
1 change: 1 addition & 0 deletions governance/xc_admin/packages/xc_admin_common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const RECEIVER_CHAINS = {
horizen: 60030,
boba: 60031,
manta: 60032,
chiliz: 60033,
};

// If there is any overlapping value the receiver chain will replace the wormhole
Expand Down
16 changes: 16 additions & 0 deletions target_chains/ethereum/contracts/networks/534352.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"contractName": "Migrations",
"address": "0xf5BBe9558F4Bf37F1eB82fb2CEdb1C775FA56832"
},
{
"contractName": "WormholeReceiver",
"address": "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a",
"transactionHash": "0xb70fd2b743968025d5b3f530dec7f90dadd18ef5f9f205d2ad2a4af3f4995f29"
},
{
"contractName": "PythUpgradable",
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
"transactionHash": "0xd0e750c5c3ee0e162fa5224bca905683e218a774fd91f5b3da982ffa7c89a18f"
}
]
16 changes: 16 additions & 0 deletions target_chains/ethereum/contracts/networks/88882.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"contractName": "Migrations",
"address": "0xf5BBe9558F4Bf37F1eB82fb2CEdb1C775FA56832"
},
{
"contractName": "WormholeReceiver",
"address": "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a",
"transactionHash": "0x25c96b6f7cf12be50d5c7b04a2e3ed8afaee4bcc11eac5fb364a012abf54a2a6"
},
{
"contractName": "PythUpgradable",
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
"transactionHash": "0xb8749b0463a0cc7f0afd6f4b5da4e6fa608a0214cb96ae3caa6f04b9dc6741d6"
}
]

0 comments on commit 44bf4d6

Please sign in to comment.