From c214984bb5f0ae57922b8d41df62c25d1dde3168 Mon Sep 17 00:00:00 2001 From: Kimberly <56817540+kimberlybp@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:53:16 +0800 Subject: [PATCH] Add DYM-Perp Market banner notice (#99) * Add DYM-Perp Market banner notice * Update banner content --- configs/mainnet.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/configs/mainnet.json b/configs/mainnet.json index b9a360b..6d4d4f5 100644 --- a/configs/mainnet.json +++ b/configs/mainnet.json @@ -92,5 +92,13 @@ "eth.1.2.942d87": 21, "usdc.1.2.343151": 22 }, - "perp_pool_banners": [] + "perp_pool_banners": [ + { + "perp_pool_id": "4", + "show_from": "2024-02-07T08:00+00:00", + "show_until": "2024-02-08T08:00+00:00", + "title": "Changes to Perp Pool", + "subtext": "DYM-PERP Market will be added on 8th Feb, 08:00AM UTC" + } + ] }