From 2b0432b549f77431ff504442a65ac272f13ad6d5 Mon Sep 17 00:00:00 2001 From: samyukta1512 <113341053+samyukta1512@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:57:16 +0800 Subject: [PATCH 1/2] Add Perp Pool Changes Banner to FOMO Perp Pool --- configs/mainnet.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configs/mainnet.json b/configs/mainnet.json index 7a26d82..844e158 100644 --- a/configs/mainnet.json +++ b/configs/mainnet.json @@ -104,6 +104,13 @@ "show_until": "2024-02-20T14:00+00:00", "title": "Changes to Perp Pool", "subtext": "STRK-PERP will be added on 20 Feb, 02:00PM UTC." + }, + { + "perp_pool_id": "7", + "show_from": "2024-04-20T04:00+00:00", + "show_until": "2024-04-20T08:00+00:00", + "title": "Changes to Perp Pool", + "subtext": "WIF-PERP will be added on 4 March, 08:00AM UTC." } ], "spot_history_market_list": { From 0964ce97b889d3c5dade2a0681778d9c3f4c49ae Mon Sep 17 00:00:00 2001 From: samyukta1512 <113341053+samyukta1512@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:37:15 +0800 Subject: [PATCH 2/2] Update mainnet.json --- configs/mainnet.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/mainnet.json b/configs/mainnet.json index 844e158..1040461 100644 --- a/configs/mainnet.json +++ b/configs/mainnet.json @@ -107,8 +107,8 @@ }, { "perp_pool_id": "7", - "show_from": "2024-04-20T04:00+00:00", - "show_until": "2024-04-20T08:00+00:00", + "show_from": "2024-03-04T04:30+00:00", + "show_until": "2024-03-04T08:00+00:00", "title": "Changes to Perp Pool", "subtext": "WIF-PERP will be added on 4 March, 08:00AM UTC." }