From 3f0b2e5729416a2e5478af67249c4e79af52673a Mon Sep 17 00:00:00 2001 From: Thong Yuan Yu Sarah <65583522+sarah-thong@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:42:53 +0800 Subject: [PATCH] Add maintenance param to activate maintenance page on Demex. --- configs/mainnet.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/mainnet.json b/configs/mainnet.json index 8006606..a66f3d9 100644 --- a/configs/mainnet.json +++ b/configs/mainnet.json @@ -96,5 +96,6 @@ "bneo.1.14.e2e5f6": 20, "eth.1.2.942d87": 21, "usdc.1.2.343151": 22 - } + }, + "maintenance": {} }