File tree Expand file tree Collapse file tree 6 files changed +16
-6
lines changed
governance/xc_admin/packages/xc_admin_common/src
target_chains/ethereum/sdk/js Expand file tree Collapse file tree 6 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 333
333
rpcUrl : https://zetachain-evm.blockpi.network/v1/rpc/public
334
334
networkId : 7000
335
335
type : EvmChain
336
- - id : astar_testnet
336
+ - id : astar_zkevm_testnet
337
337
mainnet : false
338
338
rpcUrl : https://rpc.zkatana.gelato.digital
339
339
networkId : 1261120
340
340
type : EvmChain
341
+ - id : astar_zkevm
342
+ mainnet : true
343
+ rpcUrl : https://rpc.startale.com/astar-zkevm
344
+ networkId : 3776
345
+ type : EvmChain
341
346
- id : coredao_testnet
342
347
mainnet : false
343
348
rpcUrl : https://rpc.test.btcs.network
Original file line number Diff line number Diff line change 166
166
- chain : chiliz_spicy
167
167
address : " 0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509"
168
168
type : EvmPriceFeedContract
169
- - chain : astar_testnet
169
+ - chain : astar_zkevm_testnet
170
170
address : " 0x8D254a21b3C86D32F7179855531CE99164721933"
171
171
type : EvmPriceFeedContract
172
172
- chain : coredao_testnet
286
286
- chain : blast
287
287
address : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
288
288
type : EvmPriceFeedContract
289
+ - chain : astar_zkevm
290
+ address : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
291
+ type : EvmPriceFeedContract
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export const RECEIVER_CHAINS = {
51
51
manta : 60032 ,
52
52
chiliz : 60033 ,
53
53
zetachain : 60034 ,
54
- astar : 60035 ,
54
+ astar_zkevm : 60035 ,
55
55
coredao : 60036 ,
56
56
tomochain : 60037 ,
57
57
stacks : 60038 ,
@@ -107,7 +107,7 @@ export const RECEIVER_CHAINS = {
107
107
optimism_sepolia : 50033 ,
108
108
chiliz_spicy : 50034 , // Chiliz testnet
109
109
zetachain_testnet : 50035 ,
110
- astar_testnet : 50036 ,
110
+ astar_zkevm_testnet : 50036 ,
111
111
coredao_testnet : 50037 ,
112
112
tomochain_testnet : 50038 ,
113
113
stacks_testnet : 50039 ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pythnetwork/pyth-evm-js" ,
3
- "version" : " 1.33 .0" ,
3
+ "version" : " 1.34 .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 @@ -12,6 +12,7 @@ export {
12
12
export const CONTRACT_ADDR : Record < string , string > = {
13
13
// Mainnets
14
14
arbitrum : "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C" ,
15
+ astar_zkevm : "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729" ,
15
16
aurora : "0xF89C7b475821EC3fDC2dC8099032c05c6c0c9AB9" ,
16
17
avalanche : "0x4305FB66699C3B2702D4d05CF36551390A4c69C6" ,
17
18
blast : "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729" ,
You can’t perform that action at this time.
0 commit comments