Skip to content

Commit

Permalink
remove DYDX
Browse files Browse the repository at this point in the history
  • Loading branch information
yujin512 committed Aug 13, 2024
1 parent 30dc8dc commit 6ab10de
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions public/configs/otherMarketData.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 6ab10de

Please sign in to comment.