Skip to content

Commit 6d3b523

Browse files
authored
Added polygon_blackberry, optimism_celestia_raspberry,arbitrum_blueberry (#1391)
* Added 3 new chains * pre-commit fix * alphabetical
1 parent d821e01 commit 6d3b523

File tree

6 files changed

+33
-3
lines changed

6 files changed

+33
-3
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@
4848
rpcUrl: https://rpc.public.zkevm-test.net/
4949
networkId: 1442
5050
type: EvmChain
51+
- id: polygon_blackberry
52+
mainnet: false
53+
rpcUrl: https://rpc.polygon-blackberry.gelato.digital
54+
networkId: 94204209
55+
type: EvmChain
5156
- id: aurora_testnet
5257
mainnet: false
5358
rpcUrl: https://testnet.aurora.dev
@@ -288,6 +293,11 @@
288293
rpcUrl: https://sepolia-rollup.arbitrum.io/rpc
289294
networkId: 421614
290295
type: EvmChain
296+
- id: arbitrum_blueberry
297+
mainnet: false
298+
rpcUrl: https://rpc.arb-blueberry.gelato.digital
299+
networkId: 88153591557
300+
type: EvmChain
291301
- id: boba
292302
mainnet: true
293303
rpcUrl: https://replica.boba.network
@@ -318,6 +328,11 @@
318328
rpcUrl: https://sepolia.optimism.io
319329
networkId: 11155420
320330
type: EvmChain
331+
- id: optimism_celestia_raspberry
332+
mainnet: false
333+
rpcUrl: https://rpc.opcelestia-raspberry.gelato.digital
334+
networkId: 123420111
335+
type: EvmChain
321336
- id: chiliz_spicy
322337
mainnet: false
323338
rpcUrl: https://spicy-rpc.chiliz.com

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,12 @@
298298
- chain: manta_sepolia
299299
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
300300
type: EvmPriceFeedContract
301+
- chain: polygon_blackberry
302+
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
303+
type: EvmPriceFeedContract
304+
- chain: arbitrum_blueberry
305+
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
306+
type: EvmPriceFeedContract
307+
- chain: optimism_celestia_raspberry
308+
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
309+
type: EvmPriceFeedContract

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ export const RECEIVER_CHAINS = {
131131
berachain_testnet: 50056,
132132
merlin_testnet: 50057,
133133
manta_sepolia: 50058,
134+
polygon_blackberry: 50059, // Gelato Testnet
135+
arbitrum_blueberry: 50060, // Gelato Testnet
136+
optimism_celestia_raspberry: 50061, // Gelato Testnet
134137
};
135138

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.36.0",
3+
"version": "1.37.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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
5656
zkfair: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
5757
zksync_era: "0xf087c864AEccFb6A2Bf1Af6A0382B0d0f6c5D834",
5858
// Testnets (Stable sources)
59+
arbitrum_blueberry: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
5960
arbitrum_sepolia: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF",
6061
astar_zkevm_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
6162
aurora_testnet: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",
@@ -95,8 +96,10 @@ export const CONTRACT_ADDR: Record<string, string> = {
9596
movement_evm_devnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
9697
mumbai: "0xFC6bd9F9f0c6481c6Af3A7Eb46b296A5B85ed379",
9798
neon_devnet: "0x0708325268dF9F66270F1401206434524814508b",
99+
optimism_celestia_raspberry: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
98100
optimism_goerli: "0xDd24F84d36BF92C65F92307595335bdFab5Bbd21",
99101
optimism_sepolia: "0x0708325268dF9F66270F1401206434524814508b",
102+
polygon_blackberry: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
100103
polygon_zkevm_testnet: "0xFf255f800044225f54Af4510332Aa3D67CC77635",
101104
saigon: "0xEbe57e8045F2F230872523bbff7374986E45C486",
102105
sei_evm_devnet: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",

0 commit comments

Comments
 (0)