From 500e1e8f4730ce50aa2a49291ff27c0caeef67f8 Mon Sep 17 00:00:00 2001 From: Jiro Date: Sun, 10 Nov 2024 23:59:37 -0800 Subject: [PATCH] Fix: remove defiedge vaults on pool --- .../containers/SelectRange/index.tsx | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/src/pages/PoolsPage/v3/SupplyLiquidityV3/containers/SelectRange/index.tsx b/src/pages/PoolsPage/v3/SupplyLiquidityV3/containers/SelectRange/index.tsx index eacf77266..26110c572 100644 --- a/src/pages/PoolsPage/v3/SupplyLiquidityV3/containers/SelectRange/index.tsx +++ b/src/pages/PoolsPage/v3/SupplyLiquidityV3/containers/SelectRange/index.tsx @@ -856,29 +856,6 @@ export function SelectRange({ )} - {defiedgeStrategyExists && ( - - { - onChangeLiquidityRangeType( - GlobalConst.v3LiquidityRangeType.DEFIEDGE_RANGE, - ); - }} - > -

Defiedge

- - {formatNumber(defiedgeStrategiesForPair[0]?.apr)}% - - {t('apr')} -
-
- )} {steerVaultExists && (