From a53bda872e52b2cd42c0ecad216dc83c2da05b4b Mon Sep 17 00:00:00 2001 From: huy9x101 <118549188+huy9x101@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:09:30 +0700 Subject: [PATCH] Feat: show banner in mainnet --- configs/mainnet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/mainnet.json b/configs/mainnet.json index 94c1508..862465d 100644 --- a/configs/mainnet.json +++ b/configs/mainnet.json @@ -484,9 +484,9 @@ "show_apr_tooltip": true }, "announcement_banner": { - "show_from": "", - "show_until": "", - "content": "", + "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": true, "show_only_on": [] },