Skip to content

Commit

Permalink
(feat) Add soneium and apechain (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya520 authored Aug 29, 2024
1 parent 539542c commit 2bfa819
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 1 deletion.
10 changes: 10 additions & 0 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -699,3 +699,13 @@
rpcUrl: https://xchain-rpc.idex.io/
networkId: 94524
type: EvmChain
- id: apechain_testnet
mainnet: false
rpcUrl: https://curtis.rpc.caldera.xyz/http
networkId: 33111
type: EvmChain
- id: soneium_minato_testnet
mainnet: false
rpcUrl: https://rpc.minato.soneium.org/
networkId: 1946
type: EvmChain
6 changes: 6 additions & 0 deletions contract_manager/store/contracts/EvmPriceFeedContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,3 +388,9 @@
- chain: idex_xchain_mainnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: apechain_testnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: soneium_minato_testnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
6 changes: 6 additions & 0 deletions contract_manager/store/contracts/EvmWormholeContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -376,3 +376,9 @@
- chain: idex_xchain_mainnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: apechain_testnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: soneium_minato_testnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
2 changes: 2 additions & 0 deletions governance/xc_admin/packages/xc_admin_common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ export const RECEIVER_CHAINS = {
reya_testnet: 50092,
movement_evm_devnet_imola: 50093,
flow_testnet: 50094,
apechain_testnet: 50095,
soneium_minato_testnet: 50096,
};

// If there is any overlapping value the receiver chain will replace the wormhole
Expand Down
2 changes: 1 addition & 1 deletion target_chains/ethereum/sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/pyth-evm-js",
"version": "1.65.0",
"version": "1.66.0",
"description": "Pyth Network EVM Utils in JS",
"homepage": "https://pyth.network",
"author": {
Expand Down
2 changes: 2 additions & 0 deletions target_chains/ethereum/sdk/js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
zkfair: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
zksync_era: "0xf087c864AEccFb6A2Bf1Af6A0382B0d0f6c5D834",
// Testnets (Stable sources)
apechain_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
arbitrum_blueberry: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
arbitrum_sepolia: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF",
astar_zkevm_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
Expand Down Expand Up @@ -138,6 +139,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
scroll_sepolia: "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c",
sepolia: "0xDd24F84d36BF92C65F92307595335bdFab5Bbd21",
shimmer_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
soneium_minato_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
taiko_hekla: "0x2880aB155794e7179c9eE2e38200202908C17B43",
taiko_mainnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
viction_testnet: "0x5D289Ad1CE59fCC25b6892e7A303dfFf3a9f7167",
Expand Down

0 comments on commit 2bfa819

Please sign in to comment.