Skip to content

Commit 751757b

Browse files
authored
fix(contract_manager/tokens) MAT -> POL (#1982)
1 parent 36d1076 commit 751757b

File tree

5 files changed

+4
-12
lines changed

5 files changed

+4
-12
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -554,11 +554,6 @@
554554
rpcUrl: https://json-rpc.evm.iotaledger.net
555555
networkId: 8822
556556
type: EvmChain
557-
- id: flow_previewnet
558-
mainnet: true
559-
rpcUrl: https://previewnet.evm.nodes.onflow.org
560-
networkId: 646
561-
type: EvmChain
562557
- id: olive_testnet
563558
mainnet: false
564559
rpcUrl: https://olive-network-testnet.rpc.caldera.xyz/http

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,6 @@
304304
- chain: morph_testnet
305305
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
306306
type: EvmPriceFeedContract
307-
- chain: flow_previewnet
308-
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
309-
type: EvmPriceFeedContract
310307
- chain: taiko_hekla
311308
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
312309
type: EvmPriceFeedContract

contract_manager/store/tokens/Tokens.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
pythId: c19405e4c8bdcbf2a66c37ae05a27d385c8309e9d648ed20dc6ee717e7d30e17
1111
decimals: 18
1212
type: token
13-
- id: MATIC
14-
pythId: 5de33a9112c2b700b8d30b8a3402c103578ccfa2765696471cc672bd5cf6ac52
13+
- id: POL
14+
pythId: ffd11c5a1cfd42f80afb2df4d9f264c15f956d68153335374ec10722edd70472
1515
decimals: 18
1616
type: token
1717
- id: NEAR

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.69.0",
3+
"version": "1.70.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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
9999
fantom_sonic_testnet: "0x96124d1F6E44FfDf1fb5D6d74BB2DE1B7Fbe7376",
100100
fantom_testnet: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
101101
filecoin_calibration: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
102-
flow_previewnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
102+
flow_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",
103103
fuji: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
104104
hedera_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
105105
idex_xchain_testnet: "0x2880aB155794e7179c9eE2e38200202908C17B43",

0 commit comments

Comments
 (0)