From 5396ceaad265111105abc3ad3221119478c8b735 Mon Sep 17 00:00:00 2001 From: bayge Date: Tue, 9 Jul 2024 17:20:26 +0930 Subject: [PATCH 1/4] Have info on the distribution for epoch 3 --- .../$network/dashboard/airdrop/common.tsx | 2 +- .../$network/dashboard/airdrop/index.tsx | 20 +++++++++---------- 2 files changed, 11 insertions(+), 11 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..3adecb00f 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 { )} {(currentModal === "recap" || currentModal === "claim") && ( {
{currentModal === "recap" || currentModal === "claim" ? ( Date: Tue, 9 Jul 2024 17:22:48 +0930 Subject: [PATCH 2/4] Disable some of the buttons --- .../app/routes/$network/dashboard/airdrop/index.tsx | 2 ++ 1 file changed, 2 insertions(+) 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 3adecb00f..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 @@ -553,6 +553,7 @@ const Airdrop = () => { 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 From c9b633e2e1bcd47463483ec6764ebc5d9973c7e2 Mon Sep 17 00:00:00 2001 From: bayge Date: Tue, 9 Jul 2024 17:32:57 +0930 Subject: [PATCH 3/4] Pull dynamic import from SolanaProvider --- web/app.fluidity.money/contexts/SolanaProvider.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app.fluidity.money/contexts/SolanaProvider.tsx b/web/app.fluidity.money/contexts/SolanaProvider.tsx index bab3610a3..faba76bbe 100644 --- a/web/app.fluidity.money/contexts/SolanaProvider.tsx +++ b/web/app.fluidity.money/contexts/SolanaProvider.tsx @@ -1,5 +1,4 @@ import React, { useMemo } from "react"; -import dynamic from "next/dynamic"; import { ConnectionProvider, WalletProvider, From 69a49f6ce05e16a289162b882aa13f88768e159e Mon Sep 17 00:00:00 2001 From: bayge Date: Tue, 9 Jul 2024 19:21:29 +0930 Subject: [PATCH 4/4] Replace second with third --- .../app/routes/$network/dashboard/airdrop/common.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1e8998e23..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