chore(eth) Add zksync-sepolia (#1190)

This commit is contained in:
Amin Moghaddam 2023-12-18 10:29:59 +01:00 committed by GitHub
parent a60279a2cc
commit 51d23a2f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 0 deletions

View File

@ -378,3 +378,8 @@
rpcUrl: https://rpc.bt.io
networkId: 199
type: EvmChain
- id: zksync_sepolia
mainnet: false
rpcUrl: https://sepolia.era.zksync.dev/
networkId: 300
type: EvmChain

View File

@ -226,3 +226,6 @@
- chain: bttc
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmContract
- chain: zksync_sepolia
address: "0x056f829183Ec806A78c26C98961678c24faB71af"
type: EvmContract

View File

@ -107,6 +107,7 @@ export const RECEIVER_CHAINS = {
stacks_testnet: 50039,
mode_testnet: 50040,
bttc_testnet: 50041,
zksync_sepolia: 50042,
};
// If there is any overlapping value the receiver chain will replace the wormhole

View File

@ -0,0 +1,10 @@
[
{
"contractName": "WormholeReceiver",
"address": "0xc10F5BE78E464BB0E1f534D66E5A6ecaB150aEFa"
},
{
"contractName": "PythUpgradable",
"address": "0x056f829183Ec806A78c26C98961678c24faB71af"
}
]