Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Nov 6, 2024
1 parent 88aac81 commit 0dfc57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/explorer/src/hooks/useTokenList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function useTokenList(chainId: SupportedChainId | undefined): { data: Tok
: {}

return { data, isLoading }
}, [chainId, coingeckoList, honeyswapList, cowSwapList, arbitrumOneList, isLoading])
}, [chainId, coingeckoList, honeyswapList, cowSwapList, arbitrumOneList, isLoading, baseList])
}

function useTokenListByUrl(tokenListUrl: string) {
Expand Down

0 comments on commit 0dfc57a

Please sign in to comment.