Skip to content

Commit 78cb03a

Browse files
authored
(chore/pricefeed) Deploy Reya testnet (#1803)
1 parent 370c8dd commit 78cb03a

File tree

6 files changed

+14
-1
lines changed

6 files changed

+14
-1
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,3 +669,8 @@
669669
rpcUrl: https://testnet.zkevm.cronos.org
670670
networkId: 282
671671
type: EvmChain
672+
- id: reya_testnet
673+
mainnet: false
674+
rpcUrl: https://rpc.reya-cronos.gelato.digital
675+
networkId: 89346162
676+
type: EvmChain

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,3 +373,6 @@
373373
- chain: cronos_zkevm_testnet
374374
address: "0x67DFF3D12dFDCeC9f85fd86f4cBDb0a111fF721A"
375375
type: EvmPriceFeedContract
376+
- chain: reya_testnet
377+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
378+
type: EvmPriceFeedContract

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,3 +358,6 @@
358358
- chain: cronos_zkevm_testnet
359359
address: "0x3f5bB93eEC6E3D6784274291A5816Bc34E851dc8"
360360
type: EvmWormholeContract
361+
- chain: reya_testnet
362+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
363+
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
@@ -173,6 +173,7 @@ export const RECEIVER_CHAINS = {
173173
movement_suzuka_testnet: 50089,
174174
b3_testnet: 50090,
175175
cronos_zkevm_testnet: 50091,
176+
reya_testnet: 50092,
176177
};
177178

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

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.60.0",
3+
"version": "1.61.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
@@ -128,6 +128,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
128128
polygon_blackberry: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
129129
polygon_zkevm_testnet: "0xFf255f800044225f54Af4510332Aa3D67CC77635",
130130
polynomial_testnet: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
131+
reya_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
131132
saigon: "0xEbe57e8045F2F230872523bbff7374986E45C486",
132133
sei_evm_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
133134
scroll_sepolia: "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c",

0 commit comments

Comments
 (0)