pre-commit (#1510)

This commit is contained in:
Aditya Arora 2024-04-25 03:15:51 -04:00 committed by GitHub
parent 9437d51843
commit 93a71f2eef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 12 additions and 2 deletions

View File

@ -559,3 +559,8 @@
rpcUrl: https://json-rpc.evm.iotaledger.net rpcUrl: https://json-rpc.evm.iotaledger.net
networkId: 8822 networkId: 8822
type: EvmChain type: EvmChain
- id: flow_previewnet
mainnet: true
rpcUrl: https://previewnet.evm.nodes.onflow.org
networkId: 646
type: EvmChain

View File

@ -313,3 +313,6 @@
- chain: morph_testnet - chain: morph_testnet
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729" address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmPriceFeedContract type: EvmPriceFeedContract
- chain: flow_previewnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract

View File

@ -66,6 +66,7 @@ export const RECEIVER_CHAINS = {
merlin: 60047, merlin: 60047,
parallel: 60048, parallel: 60048,
iota: 60049, iota: 60049,
flow_previewnet: 60050,
// Testnets as a separate chain ids (to use stable data sources and governance for them) // Testnets as a separate chain ids (to use stable data sources and governance for them)
injective_testnet: 60013, injective_testnet: 60013,

2
package-lock.json generated
View File

@ -60357,7 +60357,7 @@
}, },
"target_chains/ethereum/sdk/js": { "target_chains/ethereum/sdk/js": {
"name": "@pythnetwork/pyth-evm-js", "name": "@pythnetwork/pyth-evm-js",
"version": "1.43.0", "version": "1.45.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@pythnetwork/price-service-client": "*", "@pythnetwork/price-service-client": "*",

View File

@ -1,6 +1,6 @@
{ {
"name": "@pythnetwork/pyth-evm-js", "name": "@pythnetwork/pyth-evm-js",
"version": "1.43.0", "version": "1.44.0",
"description": "Pyth Network EVM Utils in JS", "description": "Pyth Network EVM Utils in JS",
"homepage": "https://pyth.network", "homepage": "https://pyth.network",
"author": { "author": {

View File

@ -31,6 +31,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
ethereum: "0x4305FB66699C3B2702D4d05CF36551390A4c69C6", ethereum: "0x4305FB66699C3B2702D4d05CF36551390A4c69C6",
fantom: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C", fantom: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
filecoin: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729", filecoin: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
flow_previewnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
gnosis: "0x2880aB155794e7179c9eE2e38200202908C17B43", gnosis: "0x2880aB155794e7179c9eE2e38200202908C17B43",
hedera: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729", hedera: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
horizen_eon: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729", horizen_eon: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",