From ee7c2f37d7b1e7b2a059900ba8547d6401f02240 Mon Sep 17 00:00:00 2001 From: Sebastian Scatularo Date: Thu, 27 Jul 2023 20:17:04 -0300 Subject: [PATCH] #260 - prettier check --- src/components/UnwrapNative.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/UnwrapNative.tsx b/src/components/UnwrapNative.tsx index 951d26e3e..830054e22 100644 --- a/src/components/UnwrapNative.tsx +++ b/src/components/UnwrapNative.tsx @@ -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"; @@ -173,7 +173,7 @@ const supportedTokens = { icon: baseIcon, address: BASE_WETH_ADDRESS, decimals: BASE_WETH_DECIMALS, - } + }, } as const; type SupportedChain = keyof typeof supportedTokens;