Skip to content

Commit

Permalink
Fix unused variables that were caught in the lint
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Dec 12, 2023
1 parent 27090f7 commit f88b606
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ interface IFluidifyFormProps {
swapping: boolean;
}

const FeeDenom = new BN(5, 32);

const Zero = new BN(0);

const Thousand = new BN(1000);

export const FluidifyForm = ({
handleSwap,
assetToken,
Expand Down

0 comments on commit f88b606

Please sign in to comment.