Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Feb 20, 2024
1 parent 1287539 commit db64d2b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/libs/fee/types.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1 @@
import {
arbitrum,
arbitrumGoerli,
base,
baseGoerli,
mantle,
mantleTestnet,
optimism,
optimismGoerli,
scroll,
scrollSepolia,
} from "viem/chains";

import { TokenUnit } from "../../gmp";

export type L2Chain = "optimism" | "arbitrum" | "mantle" | "base" | "scroll";

0 comments on commit db64d2b

Please sign in to comment.