From e199c40e4fb556d27b804b9ce977bea05187c312 Mon Sep 17 00:00:00 2001 From: Alex <71931113+af-afk@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:13:51 +0930 Subject: [PATCH] Have info on the distribution for epoch 3 (#2671) * Have info on the distribution for epoch 3 * Disable some of the buttons * Pull dynamic import from SolanaProvider --- .../$network/dashboard/airdrop/common.tsx | 2 +- .../$network/dashboard/airdrop/index.tsx | 22 ++++++++++--------- .../contexts/SolanaProvider.tsx | 1 - 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx b/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx index ab35ee064..1e8998e23 100644 --- a/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx +++ b/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx @@ -1962,7 +1962,7 @@ const RecapModal = ({ }} > - Fluidity's second Airdrop Wave has come to an end. Here are + Fluidity's third Airdrop Wave has come to an end. Here are some Global Stats{" "} for the Wave. diff --git a/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/index.tsx b/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/index.tsx index ddcab1929..512f5125a 100644 --- a/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/index.tsx +++ b/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/index.tsx @@ -166,11 +166,11 @@ const SAFE_DEFAULT_REFERRAL_LOOTBOTTLES: ReferralBottlesCountLoaderData = { }; const GLOBAL_AIRDROP_BOTTLE_TIERS = { - [Rarity.Common]: 39000000, - [Rarity.Uncommon]: 7200000, - [Rarity.Rare]: 500000, - [Rarity.UltraRare]: 6400, - [Rarity.Legendary]: 0, + [Rarity.Common]: 62000000, + [Rarity.Uncommon]: 6600000, + [Rarity.Rare]: 3300000, + [Rarity.UltraRare]: 658000, + [Rarity.Legendary]: 58, }; const Airdrop = () => { @@ -536,7 +536,7 @@ const Airdrop = () => { groupId="airdrop" isSelected={currentModal === "recap" || currentModal === "claim"} > - Airdrop Recap + Epoch 3 Recap { onClick={() => setCurrentModal("tutorial")} groupId="airdrop" isSelected={isMobile && currentModal === "tutorial"} + disabled > Airdrop Tutorial @@ -583,6 +584,7 @@ const Airdrop = () => { onClick={() => setCurrentModal("referrals")} groupId="airdrop" isSelected={isMobile && currentModal === "referrals"} + disabled > Referrals @@ -706,8 +708,8 @@ const Airdrop = () => { )} {(currentModal === "recap" || currentModal === "claim") && ( {
{currentModal === "recap" || currentModal === "claim" ? (