File tree Expand file tree Collapse file tree 7 files changed +17
-1
lines changed
governance/xc_admin/packages/xc_admin_common/src
target_chains/ethereum/sdk/js Expand file tree Collapse file tree 7 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 709
709
rpcUrl : https://rpc.minato.soneium.org/
710
710
networkId : 1946
711
711
type : EvmChain
712
+ - id : apechain_mainnet
713
+ mainnet : true
714
+ rpcUrl : https://apechain.calderachain.xyz/http
715
+ networkId : 33139
716
+ type : EvmChain
Original file line number Diff line number Diff line change 106
106
- chain : soneium_minato_testnet
107
107
address : " 0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509"
108
108
type : EvmEntropyContract
109
+ - chain : apechain_mainnet
110
+ address : " 0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
111
+ type : EvmEntropyContract
Original file line number Diff line number Diff line change 394
394
- chain : soneium_minato_testnet
395
395
address : " 0x2880aB155794e7179c9eE2e38200202908C17B43"
396
396
type : EvmPriceFeedContract
397
+ - chain : apechain_mainnet
398
+ address : " 0x2880aB155794e7179c9eE2e38200202908C17B43"
399
+ type : EvmPriceFeedContract
Original file line number Diff line number Diff line change 382
382
- chain : soneium_minato_testnet
383
383
address : " 0xb27e5ca259702f209a29225d0eDdC131039C9933"
384
384
type : EvmWormholeContract
385
+ - chain : apechain_mainnet
386
+ address : " 0xb27e5ca259702f209a29225d0eDdC131039C9933"
387
+ type : EvmWormholeContract
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ export const RECEIVER_CHAINS = {
82
82
b3_mainnet : 60058 ,
83
83
cronos_zkevm_mainnet : 60059 ,
84
84
idex_xchain_mainnet : 60060 ,
85
+ apechain_mainnet : 60061 ,
85
86
86
87
// Testnets as a separate chain ids (to use stable data sources and governance for them)
87
88
injective_testnet : 60013 ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pythnetwork/pyth-evm-js" ,
3
- "version" : " 1.66 .0" ,
3
+ "version" : " 1.67 .0" ,
4
4
"description" : " Pyth Network EVM Utils in JS" ,
5
5
"homepage" : " https://pyth.network" ,
6
6
"author" : {
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ export {
11
11
12
12
export const CONTRACT_ADDR : Record < string , string > = {
13
13
// Mainnets
14
+ apechain_mainnet : "0x2880aB155794e7179c9eE2e38200202908C17B43" ,
14
15
arbitrum : "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C" ,
15
16
astar_zkevm : "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729" ,
16
17
aurora : "0xF89C7b475821EC3fDC2dC8099032c05c6c0c9AB9" ,
You can’t perform that action at this time.
0 commit comments