Skip to content

Commit 661feaf

Browse files
authored
chore(pricefeeds/evm): Deploy new chains (#1955)
* (chore) Add flow and fantom * fix
1 parent fd354ae commit 661feaf

File tree

7 files changed

+23
-14
lines changed

7 files changed

+23
-14
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@
491491
type: EvmChain
492492
- id: fantom_sonic_testnet
493493
mainnet: false
494-
rpcUrl: https://rpc.sonic.fantom.network/
494+
rpcUrl: https://rpc.testnet.soniclabs.com
495495
networkId: 64165
496496
type: EvmChain
497497
- id: dela_deperp_testnet
@@ -714,3 +714,8 @@
714714
rpcUrl: https://apechain.calderachain.xyz/http
715715
networkId: 33139
716716
type: EvmChain
717+
- id: flow_mainnet
718+
mainnet: true
719+
rpcUrl: https://mainnet.evm.nodes.onflow.org
720+
networkId: 747
721+
type: EvmChain

contract_manager/store/contracts/EvmEntropyContracts.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
- chain: arbitrum_sepolia
1414
address: "0x549Ebba8036Ab746611B4fFA1423eb0A4Df61440"
1515
type: EvmEntropyContract
16-
- chain: fantom_sonic_testnet
17-
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
18-
type: EvmEntropyContract
1916
- chain: blast_s2_testnet
2017
address: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603"
2118
type: EvmEntropyContract

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,6 @@
241241
- chain: lightlink_pegasus_testnet
242242
address: "0x5D289Ad1CE59fCC25b6892e7A303dfFf3a9f7167"
243243
type: EvmPriceFeedContract
244-
- chain: fantom_sonic_testnet
245-
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
246-
type: EvmPriceFeedContract
247244
- chain: dela_deperp_testnet
248245
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
249246
type: EvmPriceFeedContract
@@ -397,3 +394,9 @@
397394
- chain: apechain_mainnet
398395
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
399396
type: EvmPriceFeedContract
397+
- chain: flow_mainnet
398+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
399+
type: EvmPriceFeedContract
400+
- chain: fantom_sonic_testnet
401+
address: "0x96124d1F6E44FfDf1fb5D6d74BB2DE1B7Fbe7376"
402+
type: EvmPriceFeedContract

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,6 @@
202202
- chain: lightlink_pegasus_testnet
203203
address: "0x5f3c61944CEb01B3eAef861251Fb1E0f14b848fb"
204204
type: EvmWormholeContract
205-
- chain: fantom_sonic_testnet
206-
address: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E"
207-
type: EvmWormholeContract
208205
- chain: dela_deperp_testnet
209206
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
210207
type: EvmWormholeContract
@@ -385,3 +382,9 @@
385382
- chain: apechain_mainnet
386383
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
387384
type: EvmWormholeContract
385+
- chain: flow_mainnet
386+
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
387+
type: EvmWormholeContract
388+
- chain: fantom_sonic_testnet
389+
address: "0xb700C2f6D14e2cfbD0845Bb102701dBDFf5d1bC4"
390+
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
@@ -83,6 +83,7 @@ export const RECEIVER_CHAINS = {
8383
cronos_zkevm_mainnet: 60059,
8484
idex_xchain_mainnet: 60060,
8585
apechain_mainnet: 60061,
86+
flow_mainnet: 60062,
8687

8788
// Testnets as a separate chain ids (to use stable data sources and governance for them)
8889
injective_testnet: 60013,

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.67.0",
3+
"version": "1.68.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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
3434
etherlink: "0x2880aB155794e7179c9eE2e38200202908C17B43",
3535
fantom: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
3636
filecoin: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
37-
flow_previewnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
37+
flow_mainnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
3838
gnosis: "0x2880aB155794e7179c9eE2e38200202908C17B43",
3939
gravity: "0x2880aB155794e7179c9eE2e38200202908C17B43",
4040
hedera: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
@@ -95,10 +95,10 @@ export const CONTRACT_ADDR: Record<string, string> = {
9595
etherlink_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
9696
eos_testnet: "0x0708325268dF9F66270F1401206434524814508b",
9797
evmos_testnet: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",
98-
fantom_sonic_testnet: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
98+
fantom_sonic_testnet: "0x96124d1F6E44FfDf1fb5D6d74BB2DE1B7Fbe7376",
9999
fantom_testnet: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
100100
filecoin_calibration: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
101-
flow_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
101+
flow_previewnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
102102
fuji: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
103103
hedera_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
104104
idex_xchain_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",

0 commit comments

Comments
 (0)