Skip to content

Commit

Permalink
Update pools.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jin10086 committed Oct 20, 2020
1 parent 8019374 commit 19c47cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/features/liquidity/config/pools.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -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"],
Expand All @@ -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"],
Expand Down

0 comments on commit 19c47cc

Please sign in to comment.