From 44604a4e9dec79da33511c926752198d90ffe190 Mon Sep 17 00:00:00 2001 From: Victor Creed <69458664+creed-victor@users.noreply.github.com> Date: Tue, 21 Dec 2021 15:26:23 +0200 Subject: [PATCH] feat(amm): amm pool upgrade (#1966) * fix(mynt): add amm pool promotion * feat(amm): new amm converter addresses * fix(amm): change loot drop colors --- .env.mainnet.local | 2 ++ .../FinanceV2Components/LootDrop/styled.ts | 1 + .../LandingPage/components/Promotions/index.tsx | 11 +++++++++++ .../components/MiningPool/index.tsx | 3 +++ src/app/pages/LiquidityMining/index.tsx | 11 +++++++++++ src/utils/blockchain/contracts.ts | 16 ++++++++-------- 6 files changed, 36 insertions(+), 8 deletions(-) diff --git a/.env.mainnet.local b/.env.mainnet.local index a0163cd9e..215b63925 100644 --- a/.env.mainnet.local +++ b/.env.mainnet.local @@ -15,3 +15,5 @@ REACT_APP_TRANSAK_ENV=PRODUCTION REACT_APP_GOOGLE_ANALYTICS=UA-192081564-2 REACT_APP_INFURA_KEY=12b606df88b3420aad7828acd0f11902 + +REACT_APP_BYPASS_MAINTENANCE=1 diff --git a/src/app/components/FinanceV2Components/LootDrop/styled.ts b/src/app/components/FinanceV2Components/LootDrop/styled.ts index 28ebbdc15..e90d4b757 100644 --- a/src/app/components/FinanceV2Components/LootDrop/styled.ts +++ b/src/app/components/FinanceV2Components/LootDrop/styled.ts @@ -6,6 +6,7 @@ export enum LootDropColors { Green = '#6DAC6F', Pink = '#D69B9B', Blue = '#8EDBDB', + Orange = '#db6e4d', } export const LootDropWrapper = styled.div` diff --git a/src/app/pages/LandingPage/components/Promotions/index.tsx b/src/app/pages/LandingPage/components/Promotions/index.tsx index d5703ffa9..8be7e166f 100644 --- a/src/app/pages/LandingPage/components/Promotions/index.tsx +++ b/src/app/pages/LandingPage/components/Promotions/index.tsx @@ -16,6 +16,17 @@ export const Promotions: React.FC = () => {