Skip to content

Commit

Permalink
(chore/pricefeed) Deploy Reya testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya520 committed Jul 28, 2024
1 parent 370c8dd commit cafbe56
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -669,3 +669,8 @@
rpcUrl: https://testnet.zkevm.cronos.org
networkId: 282
type: EvmChain
- id: reya_testnet
mainnet: false
rpcUrl: https://rpc.reya-cronos.gelato.digital
networkId: 89346162
type: EvmChain
3 changes: 3 additions & 0 deletions contract_manager/store/contracts/EvmPriceFeedContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -373,3 +373,6 @@
- chain: cronos_zkevm_testnet
address: "0x67DFF3D12dFDCeC9f85fd86f4cBDb0a111fF721A"
type: EvmPriceFeedContract
- chain: reya_testnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
3 changes: 3 additions & 0 deletions contract_manager/store/contracts/EvmWormholeContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,3 +358,6 @@
- chain: cronos_zkevm_testnet
address: "0x3f5bB93eEC6E3D6784274291A5816Bc34E851dc8"
type: EvmWormholeContract
- chain: reya_testnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
1 change: 1 addition & 0 deletions governance/xc_admin/packages/xc_admin_common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export const RECEIVER_CHAINS = {
movement_suzuka_testnet: 50089,
b3_testnet: 50090,
cronos_zkevm_testnet: 50091,
reya_testnet: 50092,
};

// If there is any overlapping value the receiver chain will replace the wormhole
Expand Down
2 changes: 1 addition & 1 deletion target_chains/ethereum/sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/pyth-evm-js",
"version": "1.60.0",
"version": "1.61.0",
"description": "Pyth Network EVM Utils in JS",
"homepage": "https://pyth.network",
"author": {
Expand Down
1 change: 1 addition & 0 deletions target_chains/ethereum/sdk/js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
polygon_blackberry: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
polygon_zkevm_testnet: "0xFf255f800044225f54Af4510332Aa3D67CC77635",
polynomial_testnet: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
reya_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
saigon: "0xEbe57e8045F2F230872523bbff7374986E45C486",
sei_evm_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
scroll_sepolia: "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c",
Expand Down

0 comments on commit cafbe56

Please sign in to comment.