Skip to content

Commit abfd713

Browse files
authored
(chore) Deployed pricefeed and entropy on apechain mainnet (#1867)
1 parent c253beb commit abfd713

File tree

7 files changed

+17
-1
lines changed

7 files changed

+17
-1
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,3 +709,8 @@
709709
rpcUrl: https://rpc.minato.soneium.org/
710710
networkId: 1946
711711
type: EvmChain
712+
- id: apechain_mainnet
713+
mainnet: true
714+
rpcUrl: https://apechain.calderachain.xyz/http
715+
networkId: 33139
716+
type: EvmChain

contract_manager/store/contracts/EvmEntropyContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,6 @@
106106
- chain: soneium_minato_testnet
107107
address: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509"
108108
type: EvmEntropyContract
109+
- chain: apechain_mainnet
110+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
111+
type: EvmEntropyContract

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,3 +394,6 @@
394394
- chain: soneium_minato_testnet
395395
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
396396
type: EvmPriceFeedContract
397+
- chain: apechain_mainnet
398+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
399+
type: EvmPriceFeedContract

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,3 +382,6 @@
382382
- chain: soneium_minato_testnet
383383
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
384384
type: EvmWormholeContract
385+
- chain: apechain_mainnet
386+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
387+
type: EvmWormholeContract

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export const RECEIVER_CHAINS = {
8282
b3_mainnet: 60058,
8383
cronos_zkevm_mainnet: 60059,
8484
idex_xchain_mainnet: 60060,
85+
apechain_mainnet: 60061,
8586

8687
// Testnets as a separate chain ids (to use stable data sources and governance for them)
8788
injective_testnet: 60013,

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.66.0",
3+
"version": "1.67.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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export {
1111

1212
export const CONTRACT_ADDR: Record<string, string> = {
1313
// Mainnets
14+
apechain_mainnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
1415
arbitrum: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
1516
astar_zkevm: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
1617
aurora: "0xF89C7b475821EC3fDC2dC8099032c05c6c0c9AB9",

0 commit comments

Comments
 (0)