Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit c466701

Browse files
committed
chore: bypass hkd/usd on conflux.core.testnet
1 parent 12a4b45 commit c466701

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

migrations/addresses.json

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
"BtcUsdPriceFeed": "0xe184Bd4f4A2A9AF38642E3595Aa004b071934B58",
104104
"CfxUsdtPriceFeed": "0x08A30c218fB4E0357639E1984caec232a7108411",
105105
"EthUsdPriceFeed": "0x27190703F0b64F8fAfcf3c0e76649040afBE26C6",
106+
"HkdUsdPriceFeed": "0x2f75e5EF1c7db927ea297e33BB1E62Dcb065Dc75",
106107
"UsdcUsdPriceFeed": "0x830a48FEf29e155A38238E7cF5728336Bd87c533",
107108
"UsdtUsdPriceFeed": "0xFD4D9bf50012AfEA2884d2Dc7Ca8fDC01fE8136F",
108109
"WitnetPriceFeedBypass": "0xB772f86004330738C1529cC1b0327D24aeF8c370"

migrations/witnet-queries.json

+5
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,11 @@
255255
"decimals": 6,
256256
"path": "witnet/prices/g/GlmrUsdtPrice.js"
257257
},
258+
"HkdUsdPrice": {
259+
"base": "HKD",
260+
"quote": "USD",
261+
"decimals": 6
262+
},
258263
"HtUsdPrice": {
259264
"base": "HT",
260265
"quote": "USD",

0 commit comments

Comments
 (0)