Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulclindo committed Dec 19, 2023
1 parent 816f7b0 commit fc3980b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/milkomeda-wsc-ui/src/hooks/useEstimatedGas.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { useEffect, useState } from "react";
import { ethers } from "ethers";
import { useProvider } from "wagmi";
import BigNumber from "bignumber.js";
import invariant from "tiny-invariant";

export const useEstimateGas = () => {
const [fee, setFee] = useState<BigNumber | undefined>(undefined);
Expand Down

0 comments on commit fc3980b

Please sign in to comment.