Skip to content

Commit

Permalink
chore(evm): deploy to new networks (#1104)
Browse files Browse the repository at this point in the history
zetachain testnet
  • Loading branch information
m30m authored Oct 17, 2023
1 parent ad277ec commit 4bc11b8
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,3 +400,9 @@
rpcUrl: https://rpc.ankr.com/chiliz
networkId: 88888
type: EvmChain
- id: zetachain_testnet
wormholeChainName: zetachain
mainnet: false
rpcUrl: https://rpc.ankr.com/zetachain_evm_athens_testnet
networkId: 7001
type: EvmChain
3 changes: 3 additions & 0 deletions contract_manager/store/contracts/EvmContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,6 @@
- chain: scroll
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmContract
- chain: zetachain_testnet
address: "0x87047526937246727E4869C5f76A347160e08672"
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 @@ -46,6 +46,7 @@ export const RECEIVER_CHAINS = {
boba: 60031,
manta: 60032,
chiliz: 60033,
zetachain: 60034,
};

// 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/7001.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"contractName": "Migrations",
"address": "0xf5BBe9558F4Bf37F1eB82fb2CEdb1C775FA56832"
},
{
"contractName": "WormholeReceiver",
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
"transactionHash": "0xf58d1cff10bf5da47a8dc36afa61dfd130703602dcf7df035108bb5ff835aa34"
},
{
"contractName": "PythUpgradable",
"address": "0x87047526937246727E4869C5f76A347160e08672",
"transactionHash": "0x9d793808f5bc087a1db5ffe06292085db0ff513c489718ad9d21200d039bac8f"
}
]

1 comment on commit 4bc11b8

@vercel
Copy link

@vercel vercel bot commented on 4bc11b8 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

xc-admin-frontend – ./

xc-admin-frontend-pyth-web.vercel.app
xc-admin-frontend.vercel.app
xc-admin-frontend-git-main-pyth-web.vercel.app

Please sign in to comment.