Skip to content

Commit

Permalink
fix: fix unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dev committed Mar 18, 2021
1 parent 22f30a6 commit 965b253
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/constants/abis/swap.json
Expand Up @@ -373,11 +373,6 @@
"internalType": "uint256",
"name": "deadline",
"type": "uint256"
},
{
"internalType": "bytes32[]",
"name": "merkleProof",
"type": "bytes32[]"
}
],
"name": "addLiquidity",
Expand Down
1 change: 0 additions & 1 deletion src/hooks/useApproveAndDeposit.ts
Expand Up @@ -137,7 +137,6 @@ export function useApproveAndDeposit(
POOL.poolTokens.map(({ symbol }) => state[symbol].valueSafe),
minToMint,
Math.round(new Date().getTime() / 1000 + 60 * deadline),
[],
{
gasPrice,
},
Expand Down

0 comments on commit 965b253

Please sign in to comment.