Skip to content

Commit d51e571

Browse files
authored
redepoloyed (#1477)
1 parent 1a3e3a7 commit d51e571

File tree

5 files changed

+23
-2
lines changed

5 files changed

+23
-2
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,11 @@
317317
rpcUrl: https://goerli.boba.network
318318
networkId: 2888
319319
type: EvmChain
320+
- id: boba_sepolia
321+
mainnet: false
322+
rpcUrl: https://sepolia.boba.network
323+
networkId: 28882
324+
type: EvmChain
320325
- id: manta
321326
mainnet: true
322327
rpcUrl: https://pacific-rpc.manta.network/http
@@ -367,6 +372,11 @@
367372
rpcUrl: https://rpc.zkatana.gelato.digital
368373
networkId: 1261120
369374
type: EvmChain
375+
- id: astar_zkyoto_testnet
376+
mainnet: false
377+
rpcUrl: https://rpc.startale.com/zkyoto
378+
networkId: 6038361
379+
type: EvmChain
370380
- id: astar_zkevm
371381
mainnet: true
372382
rpcUrl: https://rpc.startale.com/astar-zkevm
@@ -544,3 +554,8 @@
544554
rpcUrl: https://rpc-testnet.morphl2.io
545555
networkId: 2710
546556
type: EvmChain
557+
- id: iota
558+
mainnet: true
559+
rpcUrl: https://json-rpc.evm.iotaledger.net
560+
networkId: 8822
561+
type: EvmChain

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export const RECEIVER_CHAINS = {
6565
blast: 60046,
6666
merlin: 60047,
6767
parallel: 60048,
68+
iota: 60049,
6869

6970
// Testnets as a separate chain ids (to use stable data sources and governance for them)
7071
injective_testnet: 60013,
@@ -140,6 +141,8 @@ export const RECEIVER_CHAINS = {
140141
rol_testnet: 50065,
141142
morph_testnet: 50066,
142143
sei_evm_devnet: 50067,
144+
boba_sepolia: 50068,
145+
astar_zkyoto_testnet: 50069,
143146
};
144147

145148
// If there is any overlapping value the receiver chain will replace the wormhole

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

target_chains/ethereum/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-evm-js",
3-
"version": "1.42.0",
3+
"version": "1.43.0",
44
"description": "Pyth Network EVM Utils in JS",
55
"homepage": "https://pyth.network",
66
"author": {

target_chains/ethereum/sdk/js/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
3535
hedera: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
3636
horizen_eon: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
3737
injective_inevm: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
38+
iota: "0x8D254a21b3C86D32F7179855531CE99164721933",
3839
kava: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
3940
lightlink: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
4041
linea: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
@@ -60,12 +61,14 @@ export const CONTRACT_ADDR: Record<string, string> = {
6061
arbitrum_blueberry: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
6162
arbitrum_sepolia: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF",
6263
astar_zkevm_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
64+
astar_zkyoto_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
6365
aurora_testnet: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",
6466
bnb_testnet: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
6567
base_sepolia: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
6668
berachain_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
6769
blast_s2_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
6870
boba_goerli: "0x8D254a21b3C86D32F7179855531CE99164721933",
71+
boba_sepolia: "0x8D254a21b3C86D32F7179855531CE99164721933",
6972
bttc_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
7073
cant_testnet: "0x26DD80569a8B23768A1d80869Ed7339e07595E85",
7174
celo_alfajores: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",

0 commit comments

Comments
 (0)