Skip to content

Commit

Permalink
(chore): Add polygon amoy and orange subnet (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya520 authored May 14, 2024
1 parent 641a4bd commit e82a11b
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 1 deletion.
10 changes: 10 additions & 0 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -574,3 +574,13 @@
rpcUrl: https://rpc.hekla.taiko.xyz/
networkId: 167009
type: EvmChain
- id: orange_testnet
mainnet: false
rpcUrl: https://subnets.avax.network/orangetest/testnet/rpc
networkId: 987
type: EvmChain
- id: polygon_amoy
mainnet: false
rpcUrl: https://polygon-amoy-bor-rpc.publicnode.com
networkId: 80002
type: EvmChain
6 changes: 6 additions & 0 deletions contract_manager/store/contracts/EvmPriceFeedContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,9 @@
- chain: olive_testnet
address: "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c"
type: EvmPriceFeedContract
- chain: orange_testnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: polygon_amoy
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
6 changes: 6 additions & 0 deletions contract_manager/store/contracts/EvmWormholeContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,9 @@
- chain: olive_testnet
address: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E"
type: EvmWormholeContract
- chain: orange_testnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: polygon_amoy
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
2 changes: 2 additions & 0 deletions governance/xc_admin/packages/xc_admin_common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ export const RECEIVER_CHAINS = {
xion_testnet: 50070,
taiko_hekla: 50071,
olive_testnet: 50072,
orange_testnet: 50073,
polygon_amoy: 50074,
};

// 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.46.0",
"version": "1.47.0",
"description": "Pyth Network EVM Utils in JS",
"homepage": "https://pyth.network",
"author": {
Expand Down
2 changes: 2 additions & 0 deletions target_chains/ethereum/sdk/js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ export const CONTRACT_ADDR: Record<string, string> = {
optimism_celestia_raspberry: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
optimism_goerli: "0xDd24F84d36BF92C65F92307595335bdFab5Bbd21",
optimism_sepolia: "0x0708325268dF9F66270F1401206434524814508b",
orange_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
parallel_testnet: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
polygon_amoy: "0x2880aB155794e7179c9eE2e38200202908C17B43",
polygon_blackberry: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
polygon_zkevm_testnet: "0xFf255f800044225f54Af4510332Aa3D67CC77635",
polynomial_testnet: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
Expand Down

0 comments on commit e82a11b

Please sign in to comment.