From 5c8c62b41ec90e308654f3576619cc816c62c4f7 Mon Sep 17 00:00:00 2001 From: Thong Yuan Yu Sarah <65583522+sarah-thong@users.noreply.github.com> Date: Mon, 20 May 2024 14:48:32 +0800 Subject: [PATCH] Activate maintenance page - 20 May 2024 --- configs/mainnet.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/mainnet.json b/configs/mainnet.json index f8c8179..2d2f696 100644 --- a/configs/mainnet.json +++ b/configs/mainnet.json @@ -194,5 +194,6 @@ "perpPoolDepositBoost": 2, "perpTradingBoost": 3 } - } -} \ No newline at end of file + }, + "maintenance": {} +}