From 931bd996e0fc44c2b9106ed29a024596a666dd72 Mon Sep 17 00:00:00 2001 From: James Russell Orola Date: Wed, 16 Mar 2022 21:12:04 +0800 Subject: [PATCH 1/2] Hotifx: void commit so we can tag a new version --- src/constants/networks.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/constants/networks.ts b/src/constants/networks.ts index 532d3c46..f10c5fe9 100644 --- a/src/constants/networks.ts +++ b/src/constants/networks.ts @@ -219,6 +219,8 @@ export const NETWORK_PARAMS: { */ } +// Adding this comment so we can tag a new commit hash +// v2.1.6 - remove cap on bridge (updated on .env) const isBridgeCapped = process.env.REACT_APP_IS_BRIDGE_CAPPED || 'true' export const NETWORK_SUPPORTED_FEATURES: { From 0492e1d188f4b05928dde214f6b5520fd445219c Mon Sep 17 00:00:00 2001 From: James Russell Orola Date: Mon, 18 Apr 2022 20:41:33 +0800 Subject: [PATCH 2/2] Removed hardcoded TVL card from Farm summary section --- src/components/Farm/FarmSummary.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Farm/FarmSummary.tsx b/src/components/Farm/FarmSummary.tsx index 50f01114..8ee1f569 100644 --- a/src/components/Farm/FarmSummary.tsx +++ b/src/components/Farm/FarmSummary.tsx @@ -15,8 +15,8 @@ const FarmSummary = ({ poolsInfo, tokenPrice }: FarmSummaryProps) => { const { t } = useTranslation() return ( -
- +
+ {/* */}