redepoloyed (#1477)
This commit is contained in:
parent
1a3e3a7c00
commit
d51e5712f4
|
@ -317,6 +317,11 @@
|
||||||
rpcUrl: https://goerli.boba.network
|
rpcUrl: https://goerli.boba.network
|
||||||
networkId: 2888
|
networkId: 2888
|
||||||
type: EvmChain
|
type: EvmChain
|
||||||
|
- id: boba_sepolia
|
||||||
|
mainnet: false
|
||||||
|
rpcUrl: https://sepolia.boba.network
|
||||||
|
networkId: 28882
|
||||||
|
type: EvmChain
|
||||||
- id: manta
|
- id: manta
|
||||||
mainnet: true
|
mainnet: true
|
||||||
rpcUrl: https://pacific-rpc.manta.network/http
|
rpcUrl: https://pacific-rpc.manta.network/http
|
||||||
|
@ -367,6 +372,11 @@
|
||||||
rpcUrl: https://rpc.zkatana.gelato.digital
|
rpcUrl: https://rpc.zkatana.gelato.digital
|
||||||
networkId: 1261120
|
networkId: 1261120
|
||||||
type: EvmChain
|
type: EvmChain
|
||||||
|
- id: astar_zkyoto_testnet
|
||||||
|
mainnet: false
|
||||||
|
rpcUrl: https://rpc.startale.com/zkyoto
|
||||||
|
networkId: 6038361
|
||||||
|
type: EvmChain
|
||||||
- id: astar_zkevm
|
- id: astar_zkevm
|
||||||
mainnet: true
|
mainnet: true
|
||||||
rpcUrl: https://rpc.startale.com/astar-zkevm
|
rpcUrl: https://rpc.startale.com/astar-zkevm
|
||||||
|
@ -544,3 +554,8 @@
|
||||||
rpcUrl: https://rpc-testnet.morphl2.io
|
rpcUrl: https://rpc-testnet.morphl2.io
|
||||||
networkId: 2710
|
networkId: 2710
|
||||||
type: EvmChain
|
type: EvmChain
|
||||||
|
- id: iota
|
||||||
|
mainnet: true
|
||||||
|
rpcUrl: https://json-rpc.evm.iotaledger.net
|
||||||
|
networkId: 8822
|
||||||
|
type: EvmChain
|
||||||
|
|
|
@ -65,6 +65,7 @@ export const RECEIVER_CHAINS = {
|
||||||
blast: 60046,
|
blast: 60046,
|
||||||
merlin: 60047,
|
merlin: 60047,
|
||||||
parallel: 60048,
|
parallel: 60048,
|
||||||
|
iota: 60049,
|
||||||
|
|
||||||
// Testnets as a separate chain ids (to use stable data sources and governance for them)
|
// Testnets as a separate chain ids (to use stable data sources and governance for them)
|
||||||
injective_testnet: 60013,
|
injective_testnet: 60013,
|
||||||
|
@ -140,6 +141,8 @@ export const RECEIVER_CHAINS = {
|
||||||
rol_testnet: 50065,
|
rol_testnet: 50065,
|
||||||
morph_testnet: 50066,
|
morph_testnet: 50066,
|
||||||
sei_evm_devnet: 50067,
|
sei_evm_devnet: 50067,
|
||||||
|
boba_sepolia: 50068,
|
||||||
|
astar_zkyoto_testnet: 50069,
|
||||||
};
|
};
|
||||||
|
|
||||||
// If there is any overlapping value the receiver chain will replace the wormhole
|
// If there is any overlapping value the receiver chain will replace the wormhole
|
||||||
|
|
|
@ -60143,7 +60143,7 @@
|
||||||
},
|
},
|
||||||
"target_chains/ethereum/sdk/js": {
|
"target_chains/ethereum/sdk/js": {
|
||||||
"name": "@pythnetwork/pyth-evm-js",
|
"name": "@pythnetwork/pyth-evm-js",
|
||||||
"version": "1.42.0",
|
"version": "1.43.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pythnetwork/price-service-client": "*",
|
"@pythnetwork/price-service-client": "*",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@pythnetwork/pyth-evm-js",
|
"name": "@pythnetwork/pyth-evm-js",
|
||||||
"version": "1.42.0",
|
"version": "1.43.0",
|
||||||
"description": "Pyth Network EVM Utils in JS",
|
"description": "Pyth Network EVM Utils in JS",
|
||||||
"homepage": "https://pyth.network",
|
"homepage": "https://pyth.network",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
|
@ -35,6 +35,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
|
||||||
hedera: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
hedera: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
||||||
horizen_eon: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
horizen_eon: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
||||||
injective_inevm: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
injective_inevm: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
||||||
|
iota: "0x8D254a21b3C86D32F7179855531CE99164721933",
|
||||||
kava: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
kava: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
||||||
lightlink: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
lightlink: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
||||||
linea: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
linea: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
||||||
|
@ -60,12 +61,14 @@ export const CONTRACT_ADDR: Record<string, string> = {
|
||||||
arbitrum_blueberry: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
arbitrum_blueberry: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
||||||
arbitrum_sepolia: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF",
|
arbitrum_sepolia: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF",
|
||||||
astar_zkevm_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
|
astar_zkevm_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
|
||||||
|
astar_zkyoto_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
|
||||||
aurora_testnet: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",
|
aurora_testnet: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",
|
||||||
bnb_testnet: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
|
bnb_testnet: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
|
||||||
base_sepolia: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
base_sepolia: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
||||||
berachain_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
|
berachain_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
|
||||||
blast_s2_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
blast_s2_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
||||||
boba_goerli: "0x8D254a21b3C86D32F7179855531CE99164721933",
|
boba_goerli: "0x8D254a21b3C86D32F7179855531CE99164721933",
|
||||||
|
boba_sepolia: "0x8D254a21b3C86D32F7179855531CE99164721933",
|
||||||
bttc_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
bttc_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
||||||
cant_testnet: "0x26DD80569a8B23768A1d80869Ed7339e07595E85",
|
cant_testnet: "0x26DD80569a8B23768A1d80869Ed7339e07595E85",
|
||||||
celo_alfajores: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",
|
celo_alfajores: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",
|
||||||
|
|
Loading…
Reference in New Issue