Skip to content

Commit

Permalink
(chore) Add Flow testnet (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya520 authored Aug 20, 2024
1 parent 3ff6c67 commit 7fddbd6
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 @@ -689,3 +689,8 @@
rpcUrl: https://mevm.devnet.imola.movementlabs.xyz
networkId: 30732
type: EvmChain
- id: flow_testnet
mainnet: false
rpcUrl: https://testnet.evm.nodes.onflow.org
networkId: 545
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 @@ -382,3 +382,6 @@
- chain: movement_evm_devnet_imola
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: flow_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 @@ -370,3 +370,6 @@
- chain: movement_evm_devnet_imola
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: flow_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 @@ -182,6 +182,7 @@ export const RECEIVER_CHAINS = {
cronos_zkevm_testnet: 50091,
reya_testnet: 50092,
movement_evm_devnet_imola: 50093,
flow_testnet: 50094,
};

// 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.63.0",
"version": "1.64.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 @@ -95,6 +95,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
fantom_sonic_testnet: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
fantom_testnet: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
filecoin_calibration: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
flow_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
fuji: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
hedera_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
idex_xchain_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
Expand Down

0 comments on commit 7fddbd6

Please sign in to comment.