Skip to content

Commit

Permalink
Add demex points config and perp pool promo (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsoon authored May 14, 2024
1 parent 0b5edcc commit 7d8eb62
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions configs/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,23 @@
"cmkt/199": "#152f50",
"Unused": "#7798E4"
},
"markets_override": {
"markets_override": {
"cmkt/181": {
"base": {
"symbol": "1000PEPE"
}
}
},
"demex_points_config": {
"depositsPerSpin": 1000,
"tradingVolumePerSpin": 10000
},
"perp_pool_promo": {
"9": {
"start": "2024-05-14T06:00:00Z",
"end": "2024-05-21T08:00:00Z",
"perpPoolDepositBoost": "2",
"perpTradingBoost": "3"
}
}
}
}

0 comments on commit 7d8eb62

Please sign in to comment.