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..bd054f05c 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 @@ -1877,7 +1877,7 @@ const RecapModal = ({ - Congratulations for completing Fluidity's Second + Congratulations for completing Fluidity's Third Airdrop Wave! {" "} All of these loot bottles you have earned are safely secured @@ -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" ? (