Skip to content

Commit

Permalink
remove redundant file
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv committed Nov 2, 2023
1 parent 17404d2 commit 7a454d1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Announcement/Popups/TransactionPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const zapInLiquidity = (txs: TransactionDetails) => {
zapAmountIn,
zapSymbolIn,
} = extraInfo as TransactionExtraInfo2Token
return `You have zapped ${zapAmountIn} ${zapSymbolIn} into ${tokenAmountIn} ${tokenSymbolIn} and ${tokenAmountOut} ${tokenSymbolOut} of liquidity to the pool`
return t`You have zapped ${zapAmountIn} ${zapSymbolIn} into ${tokenAmountIn} ${tokenSymbolIn} and ${tokenAmountOut} ${tokenSymbolOut} of liquidity to the pool.`
}

const summaryCrossChain = (txs: TransactionDetails) => {
Expand Down
1 change: 0 additions & 1 deletion src/components/FeeSelector/hook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export const useFeeTierDistribution = (
)

const totalPositions = feeArray.reduce((total, cur) => total + cur.activePositions, 0)
console.log(totalPositions)

if (!totalPositions) return
setFeeTierDistribution(
Expand Down
2 changes: 0 additions & 2 deletions src/hooks/elasticZap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ export function useZapInPoolResult(params?: {
}
}, [data, loadingAggregator, aggregatorOutputs, params])

// TODO: Remove
console.log(bestRes)
return bestRes
}

Expand Down

0 comments on commit 7a454d1

Please sign in to comment.