Skip to content

Commit

Permalink
#260 - prettier check
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Jul 31, 2023
1 parent cb6192f commit 5f2b024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/UnwrapNative.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ import {
WROSE_ADDRESS,
WROSE_DECIMALS,
BASE_WETH_ADDRESS,
BASE_WETH_DECIMALS
BASE_WETH_DECIMALS,
} from "../utils/consts";
import parseError from "../utils/parseError";
import ButtonWithLoader from "./ButtonWithLoader";
Expand Down Expand Up @@ -173,7 +173,7 @@ const supportedTokens = {
icon: baseIcon,
address: BASE_WETH_ADDRESS,
decimals: BASE_WETH_DECIMALS,
}
},
} as const;

type SupportedChain = keyof typeof supportedTokens;
Expand Down

0 comments on commit 5f2b024

Please sign in to comment.