Skip to content

Commit 51d23a2

Browse files
authored
chore(eth) Add zksync-sepolia (#1190)
1 parent a60279a commit 51d23a2

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,3 +378,8 @@
378378
rpcUrl: https://rpc.bt.io
379379
networkId: 199
380380
type: EvmChain
381+
- id: zksync_sepolia
382+
mainnet: false
383+
rpcUrl: https://sepolia.era.zksync.dev/
384+
networkId: 300
385+
type: EvmChain

contract_manager/store/contracts/EvmContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,3 +226,6 @@
226226
- chain: bttc
227227
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
228228
type: EvmContract
229+
- chain: zksync_sepolia
230+
address: "0x056f829183Ec806A78c26C98961678c24faB71af"
231+
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
@@ -107,6 +107,7 @@ export const RECEIVER_CHAINS = {
107107
stacks_testnet: 50039,
108108
mode_testnet: 50040,
109109
bttc_testnet: 50041,
110+
zksync_sepolia: 50042,
110111
};
111112

112113
// If there is any overlapping value the receiver chain will replace the wormhole
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[
2+
{
3+
"contractName": "WormholeReceiver",
4+
"address": "0xc10F5BE78E464BB0E1f534D66E5A6ecaB150aEFa"
5+
},
6+
{
7+
"contractName": "PythUpgradable",
8+
"address": "0x056f829183Ec806A78c26C98961678c24faB71af"
9+
}
10+
]

0 commit comments

Comments
 (0)