From a14d363e5599e2323e5bd220269907fddbefb0bb Mon Sep 17 00:00:00 2001 From: Jim OBrien Date: Thu, 24 Aug 2023 02:56:55 -0700 Subject: [PATCH] fix uni lint error --- packages/uniswap/src/UniversalRouter.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/uniswap/src/UniversalRouter.ts b/packages/uniswap/src/UniversalRouter.ts index abb6e65a0..d2dde76d7 100644 --- a/packages/uniswap/src/UniversalRouter.ts +++ b/packages/uniswap/src/UniversalRouter.ts @@ -105,7 +105,6 @@ export const getSupportedChainIds = async () => { return [] } -export const getSupportedTokenAddresses = async (chainId: number) => { - ;() => chainId +export const getSupportedTokenAddresses = async (_chainId: number) => { return [] }