Skip to content

Commit 93a71f2

Browse files
authored
pre-commit (#1510)
1 parent 9437d51 commit 93a71f2

File tree

6 files changed

+12
-2
lines changed

6 files changed

+12
-2
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,3 +559,8 @@
559559
rpcUrl: https://json-rpc.evm.iotaledger.net
560560
networkId: 8822
561561
type: EvmChain
562+
- id: flow_previewnet
563+
mainnet: true
564+
rpcUrl: https://previewnet.evm.nodes.onflow.org
565+
networkId: 646
566+
type: EvmChain

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,3 +313,6 @@
313313
- chain: morph_testnet
314314
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
315315
type: EvmPriceFeedContract
316+
- chain: flow_previewnet
317+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
318+
type: EvmPriceFeedContract

governance/xc_admin/packages/xc_admin_common/src/chains.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export const RECEIVER_CHAINS = {
6666
merlin: 60047,
6767
parallel: 60048,
6868
iota: 60049,
69+
flow_previewnet: 60050,
6970

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.43.0",
3+
"version": "1.44.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
@@ -31,6 +31,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
3131
ethereum: "0x4305FB66699C3B2702D4d05CF36551390A4c69C6",
3232
fantom: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
3333
filecoin: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
34+
flow_previewnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
3435
gnosis: "0x2880aB155794e7179c9eE2e38200202908C17B43",
3536
hedera: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
3637
horizen_eon: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",

0 commit comments

Comments
 (0)