Skip to content

Commit 1af2832

Browse files
committed
fix tokenlists
1 parent 668b5f9 commit 1af2832

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/utils/tokenList.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ const loadTokenlistsFromFiles = () => {
5454

5555
Promise.all(
5656
Object.keys(RPC_URLS).map(async (chainId) => {
57-
if (chainId === "1") return
5857
const response = await fetch(`${tokenlistURL}?chainId=${chainId}`)
5958
if (!response.ok) {
6059
throw new Error(`Failed fetching tokenlist for chain ${chainId}`)

0 commit comments

Comments
 (0)