Skip to content

Commit

Permalink
Bump last claim date to Jan 28
Browse files Browse the repository at this point in the history
We're seeing some struggles with Arbitrum Sepolia RPCs that are going
ton eed some more investigation, so the claim date is being extended.
  • Loading branch information
Shadowfiend committed Jan 11, 2024
1 parent db308a2 commit 10d7af8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ui/DApps/IslandView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</BetaEndModal>
)}
<IslandComponent />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function RealmDetailsRewards({
{process.env.IS_BETA_CLOSED === "true" && (
<div style={{ marginTop: "10px" }}>
<RealmDetailsChallengeInfo>
Claiming will be live till Jan 15 2024
Claiming will be live till Jan 28 2024
</RealmDetailsChallengeInfo>
</div>
)}
Expand Down
2 changes: 1 addition & 1 deletion src/ui/Island/RealmPanel/RealmPanelCountdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function RealmPanelCountdown() {

<div className="time_remaining">
{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}
</div>
</div>
Expand Down

0 comments on commit 10d7af8

Please sign in to comment.