Skip to content

Commit

Permalink
Merge pull request #15 from rabbitholegg/jim/fix-uniswap-lint
Browse files Browse the repository at this point in the history
Fix(lint): fix uni lint error
  • Loading branch information
jimobrien authored Aug 24, 2023
2 parents 2b6c2b3 + a14d363 commit f50746f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/uniswap/src/UniversalRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export const getSupportedChainIds = async () => {
return []
}

export const getSupportedTokenAddresses = async (chainId: number) => {
;() => chainId
export const getSupportedTokenAddresses = async (_chainId: number) => {
return []
}

0 comments on commit f50746f

Please sign in to comment.