Skip to content

Commit 31483a9

Browse files
authored
chore-add-evm-new-chains (#1533)
1 parent 3d9781e commit 31483a9

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@
502502
- id: idex_xchain_testnet
503503
mainnet: false
504504
rpcUrl: https://xchain-testnet-rpc.idex.io
505-
networkId: 671276500
505+
networkId: 64002
506506
type: EvmChain
507507
- id: injective_inevm_testnet
508508
mainnet: false
@@ -564,3 +564,8 @@
564564
rpcUrl: https://previewnet.evm.nodes.onflow.org
565565
networkId: 646
566566
type: EvmChain
567+
- id: olive_testnet
568+
mainnet: false
569+
rpcUrl: https://olive-network-testnet.rpc.caldera.xyz/http
570+
networkId: 8101902
571+
type: EvmChain

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
255255
type: EvmPriceFeedContract
256256
- chain: idex_xchain_testnet
257-
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
257+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
258258
type: EvmPriceFeedContract
259259
- chain: injective_inevm_testnet
260260
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
@@ -316,3 +316,6 @@
316316
- chain: flow_previewnet
317317
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
318318
type: EvmPriceFeedContract
319+
- chain: olive_testnet
320+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
321+
type: EvmPriceFeedContract

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ export const RECEIVER_CHAINS = {
145145
boba_sepolia: 50068,
146146
astar_zkyoto_testnet: 50069,
147147
xion_testnet: 50070,
148+
olive_testnet: 50071,
148149
};
149150

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

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.44.0",
3+
"version": "1.45.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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
8686
filecoin_calibration: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
8787
fuji: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
8888
hedera_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
89-
idex_xchain_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
89+
idex_xchain_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
9090
injective_inevm_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
9191
kcc_testnet: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",
9292
kava_testnet: "0xfA25E653b44586dBbe27eE9d252192F0e4956683",
@@ -103,6 +103,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
103103
movement_evm_devnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
104104
mumbai: "0xFC6bd9F9f0c6481c6Af3A7Eb46b296A5B85ed379",
105105
neon_devnet: "0x0708325268dF9F66270F1401206434524814508b",
106+
olive_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
106107
optimism_celestia_raspberry: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
107108
optimism_goerli: "0xDd24F84d36BF92C65F92307595335bdFab5Bbd21",
108109
optimism_sepolia: "0x0708325268dF9F66270F1401206434524814508b",

0 commit comments

Comments
 (0)