Skip to content

Commit

Permalink
add mother
Browse files Browse the repository at this point in the history
  • Loading branch information
yujin512 committed Aug 14, 2024
1 parent 2433eb6 commit 9653d71
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion public/configs/otherMarketData.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,54 @@
{
"MOTHER": {
"title": "Add MOTHER-USD perpetual market",
"summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a MOTHER-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": 0,
"ticker": "MOTHER-USD",
"marketType": "PERPETUAL_MARKET_TYPE_ISOLATED",
"priceExponent": -10,
"minPriceChange": 800,
"minExchanges": 1.0,
"exchangeConfigJson": [
{
"exchangeName": "gate_ws",
"ticker": "MOTHER_USDT",
"adjustByMarket": "USDT-USD"
},
{
"exchangeName": "huobi_ws",
"ticker": "motherusdt",
"adjustByMarket": "USDT-USD"
},
{
"exchangeName": "raydium_api",
"ticker": "MOTHER-SOL",
"adjustByMarket": "SOL-USD"
}
],
"liquidityTier": 2,
"atomicResolution": -4.0,
"quantumConversionExponent": -9,
"defaultFundingPpm": 0,
"stepBaseQuantums": 1000000,
"subticksPerTick": 1000000,
"delayBlocks": 3600
},
"initialDeposit": {
"denom": "adydx",
"amount": "10000000000000000000000"
},
"meta": {
"assetName": "Placeholder",
"referencePrice": 0.043,
"cmcId": 0.0
}
},
"TRUMPWIN": {
"title": "Add TRUMPWIN-USD perpetual market",
"summary": "Add the x/prices, x/perpetuals and x/clob parameters needed for a TRUMPWIN-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": 0,
"id": 1,
"ticker": "TRUMPWIN-USD",
"marketType": "PERPETUAL_MARKET_TYPE_ISOLATED",
"priceExponent": -4,
Expand Down

0 comments on commit 9653d71

Please sign in to comment.