We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefd285 commit 5c090f4Copy full SHA for 5c090f4
src/common/utils/tokenList.ts
@@ -64,7 +64,7 @@ const loadTokenlistsFromFiles = () => {
64
cache[Number(chainId)] = []
65
return
66
}
67
- cache[Number(chainId)] = (await response.json()) as TokenListItem[]
+ cache[Number(chainId)] = res as TokenListItem[]
68
}),
69
)
70
0 commit comments