Skip to content

Commit

Permalink
Remove announcement banner for mainnet and testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
huy9x101 committed Dec 20, 2024
1 parent 023014d commit 9f11ebf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions configs/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,9 @@
"show_apr_tooltip": true
},
"announcement_banner": {
"show_from": "2024-12-19T00:00+00:00",
"show_until": "2024-12-23T08:00+00:00",
"content": "Demex will be down for maintenance from 03:00 - 08:00 UTC, 23 Dec. We recommend closing any open orders during this time to minimize potential risks.",
"show_from": "",
"show_until": "",
"content": "",
"hideable": true,
"show_only_on": []
},
Expand Down
8 changes: 4 additions & 4 deletions configs/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"show_apr_tooltip": false
},
"announcement_banner": {
"show_from": "2024-12-19T00:00+00:00",
"show_until": "2024-12-23T08:00+00:00",
"content": "Demex will be down for maintenance from 03:00 - 08:00 UTC, 23 Dec. We recommend closing any open orders during this time to minimize potential risks.",
"hideable": false,
"show_from": "",
"show_until": "",
"content": "",
"hideable": true,
"show_only_on": []
},
"quick_select_deposit_options": [
Expand Down

0 comments on commit 9f11ebf

Please sign in to comment.