From 6ab10deb6184e13f9e55f01dafa3c9e10d70feff Mon Sep 17 00:00:00 2001 From: yujin512 Date: Tue, 13 Aug 2024 17:19:10 -0400 Subject: [PATCH] remove DYDX --- public/configs/otherMarketData.json | 47 ----------------------------- 1 file changed, 47 deletions(-) diff --git a/public/configs/otherMarketData.json b/public/configs/otherMarketData.json index 337e116df..778ab38de 100644 --- a/public/configs/otherMarketData.json +++ b/public/configs/otherMarketData.json @@ -5076,53 +5076,6 @@ "cmcId": 18069 } }, - "DYDX": { - "title": "Add DYDX-USD perpetual market", - "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a DYDX-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.", - "params": { - "id": 124, - "ticker": "DYDX-USD", - "marketType": "PERPETUAL_MARKET_TYPE_ISOLATED", - "priceExponent": -10, - "minPriceChange": 800, - "minExchanges": 1, - "exchangeConfigJson": [ - { - "exchangeName": "Gate", - "ticker": "DYDX_USDT", - "adjustByMarket": "USDT-USD", - "invert": false - }, - { - "exchangeName": "Huobi", - "ticker": "dydxusdt", - "adjustByMarket": "USDT-USD", - "invert": false - }, - { - "exchangeName": "Kraken", - "ticker": "DYDXUSD", - "invert": false - } - ], - "liquidityTier": 2, - "atomicResolution": -5, - "quantumConversionExponent": -9, - "defaultFundingPpm": 0, - "stepBaseQuantums": 1000000, - "subticksPerTick": 1000000, - "delayBlocks": 3600 - }, - "initialDeposit": { - "denom": "adydx", - "amount": "10000000000000000000000" - }, - "meta": { - "assetName": "dYdX (ethDYDX)", - "referencePrice": 0.9715339257321429, - "cmcId": 11156 - } - }, "ARKM": { "title": "Add ARKM-USD perpetual market", "summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a ARKM-USD perpetual market. Create the market in INITIALIZING status and transition it to ACTIVE status after 3600 blocks. Added via the new market widget.",