diff --git a/src/features/liquidity/config/pools.js b/src/features/liquidity/config/pools.js index 46f6d5986..ac3c57f44 100644 --- a/src/features/liquidity/config/pools.js +++ b/src/features/liquidity/config/pools.js @@ -30,7 +30,7 @@ export const pools = [ poolsInfoToken: 'eth-dai', pricePerFullShare: 1, tokenLogoList: ["WETH", "DAI"], - canDepositTokenList: ["eth/dai lp", "eth", "weth", "dai"], + canDepositTokenList: ["eth/dai lp", "eth", "dai", "weth"], canDepositTokenAllowanceList: Array(4).fill(new BigNumber(0)), fetchApprovalPending: Array(4).fill(false), tokenDepositFunctionList: ["deposit", "depositETH", "depositToken0", "depositToken1"], @@ -52,7 +52,7 @@ export const pools = [ poolsInfoToken: 'eth-usdc', pricePerFullShare: 1, tokenLogoList: ["WETH", "USDC"], - canDepositTokenList: ["eth/usdc lp", "eth", "weth", "usdc"], + canDepositTokenList: ["eth/usdc lp", "eth", "usdc", "weth"], canDepositTokenAllowanceList: Array(4).fill(new BigNumber(0)), fetchApprovalPending: Array(4).fill(false), tokenDepositFunctionList: ["deposit", "depositETH", "depositToken0", "depositToken1"], @@ -74,7 +74,7 @@ export const pools = [ poolsInfoToken: 'eth-wbtc', pricePerFullShare: 1, tokenLogoList: ["WETH", "wBTC"], - canDepositTokenList: ["eth/wbtc lp", "eth", "weth", "wbtc"], + canDepositTokenList: ["eth/wbtc lp", "eth", "wbtc", "weth"], canDepositTokenAllowanceList: Array(4).fill(new BigNumber(0)), fetchApprovalPending: Array(4).fill(false), tokenDepositFunctionList: ["deposit", "depositETH", "depositToken0", "depositToken1"],