Skip to content

Commit

Permalink
Update testnet.json
Browse files Browse the repository at this point in the history
  • Loading branch information
randy75828 authored Mar 11, 2024
1 parent 9d15d5e commit e3f4dc1
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions configs/testnet.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"network": "testnet",
"featured_markets": [
"BTC_PERP.USDC",
"swth_eth"
],
"featured_markets": ["BTC_PERP.USDC", "swth_eth"],
"prelaunch_markets": [],
"blacklisted_markets": [
"swth_btc",
Expand All @@ -23,10 +20,17 @@
"perp_pool_banners": [
{
"perp_pool_id": "1",
"show_from" : "2024-02-06T09:00+00:00",
"show_until" : "2024-03-06T09:00+00:00",
"show_from": "2024-02-06T09:00+00:00",
"show_until": "2024-03-06T09:00+00:00",
"title": "Market changes pending",
"subtext": "BTCETH Perp will be removed on 6 Mar, 09:00AM UTC"
}
]
}
],
"marketOverride": {
"cmkt/13": {
"base": {
"symbol": "1000PEPE"
}
}
}
}

0 comments on commit e3f4dc1

Please sign in to comment.