From 10d7af81edcad2c2464af0b264f843a2fd754ebe Mon Sep 17 00:00:00 2001 From: Antonio Salazar Cardozo Date: Wed, 10 Jan 2024 22:59:55 -0500 Subject: [PATCH] Bump last claim date to Jan 28 We're seeing some struggles with Arbitrum Sepolia RPCs that are going ton eed some more investigation, so the claim date is being extended. --- src/ui/DApps/IslandView.tsx | 2 +- .../Island/RealmPanel/RealmDetailsPanel/RealmDetailsRewards.tsx | 2 +- src/ui/Island/RealmPanel/RealmPanelCountdown.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui/DApps/IslandView.tsx b/src/ui/DApps/IslandView.tsx index 3f897010..68cd0e38 100644 --- a/src/ui/DApps/IslandView.tsx +++ b/src/ui/DApps/IslandView.tsx @@ -42,7 +42,7 @@ export default function IslandView() { onClose={() => setBetaEndModalVisible(false)} > Thanks for participating in our Beta, we hope you had fun and see you - in Season 1. You can still claim your XP until Jan 15 2024. + in Season 1. You can still claim your XP until Jan 28 2024. )} diff --git a/src/ui/Island/RealmPanel/RealmDetailsPanel/RealmDetailsRewards.tsx b/src/ui/Island/RealmPanel/RealmDetailsPanel/RealmDetailsRewards.tsx index 37261546..83c47835 100644 --- a/src/ui/Island/RealmPanel/RealmDetailsPanel/RealmDetailsRewards.tsx +++ b/src/ui/Island/RealmPanel/RealmDetailsPanel/RealmDetailsRewards.tsx @@ -101,7 +101,7 @@ function RealmDetailsRewards({ {process.env.IS_BETA_CLOSED === "true" && (
- Claiming will be live till Jan 15 2024 + Claiming will be live till Jan 28 2024
)} diff --git a/src/ui/Island/RealmPanel/RealmPanelCountdown.tsx b/src/ui/Island/RealmPanel/RealmPanelCountdown.tsx index 8b2bc62e..ed7aa1a3 100644 --- a/src/ui/Island/RealmPanel/RealmPanelCountdown.tsx +++ b/src/ui/Island/RealmPanel/RealmPanelCountdown.tsx @@ -45,7 +45,7 @@ export default function RealmPanelCountdown() {
{process.env.IS_BETA_CLOSED === "true" - ? "Beta is over, claim XP till Jan 15 2024" + ? "Beta is over, claim XP till Jan 28 2024" : timeRemaining}