Sfoglia il codice sorgente

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

Aditya Arora 1 anno fa
parent
commit
31483a9fc7

+ 6 - 1
contract_manager/store/chains/EvmChains.yaml

@@ -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

+ 4 - 1
contract_manager/store/contracts/EvmPriceFeedContracts.yaml

@@ -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

+ 1 - 0
governance/xc_admin/packages/xc_admin_common/src/chains.ts

@@ -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

+ 1 - 1
target_chains/ethereum/sdk/js/package.json

@@ -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": {

+ 2 - 1
target_chains/ethereum/sdk/js/src/index.ts

@@ -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",