chore-add-evm-new-chains (#1533)

This commit is contained in:
Aditya Arora 2024-05-01 13:35:35 -04:00 committed by GitHub
parent 3d9781ed58
commit 31483a9fc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 14 additions and 4 deletions

View File

@ -502,7 +502,7 @@
- id: idex_xchain_testnet
mainnet: false
rpcUrl: https://xchain-testnet-rpc.idex.io
networkId: 671276500
networkId: 64002
type: EvmChain
- id: injective_inevm_testnet
mainnet: false
@ -564,3 +564,8 @@
rpcUrl: https://previewnet.evm.nodes.onflow.org
networkId: 646
type: EvmChain
- id: olive_testnet
mainnet: false
rpcUrl: https://olive-network-testnet.rpc.caldera.xyz/http
networkId: 8101902
type: EvmChain

View File

@ -254,7 +254,7 @@
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmPriceFeedContract
- chain: idex_xchain_testnet
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: injective_inevm_testnet
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
@ -316,3 +316,6 @@
- chain: flow_previewnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: olive_testnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract

View File

@ -145,6 +145,7 @@ export const RECEIVER_CHAINS = {
boba_sepolia: 50068,
astar_zkyoto_testnet: 50069,
xion_testnet: 50070,
olive_testnet: 50071,
};
// If there is any overlapping value the receiver chain will replace the wormhole

View File

@ -1,6 +1,6 @@
{
"name": "@pythnetwork/pyth-evm-js",
"version": "1.44.0",
"version": "1.45.0",
"description": "Pyth Network EVM Utils in JS",
"homepage": "https://pyth.network",
"author": {

View File

@ -86,7 +86,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
filecoin_calibration: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
fuji: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
hedera_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
idex_xchain_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
idex_xchain_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
injective_inevm_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
kcc_testnet: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",
kava_testnet: "0xfA25E653b44586dBbe27eE9d252192F0e4956683",
@ -103,6 +103,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
movement_evm_devnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
mumbai: "0xFC6bd9F9f0c6481c6Af3A7Eb46b296A5B85ed379",
neon_devnet: "0x0708325268dF9F66270F1401206434524814508b",
olive_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
optimism_celestia_raspberry: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
optimism_goerli: "0xDd24F84d36BF92C65F92307595335bdFab5Bbd21",
optimism_sepolia: "0x0708325268dF9F66270F1401206434524814508b",