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 668b5f9 commit 1af2832Copy full SHA for 1af2832
src/common/utils/tokenList.ts
@@ -54,7 +54,6 @@ const loadTokenlistsFromFiles = () => {
54
55
Promise.all(
56
Object.keys(RPC_URLS).map(async (chainId) => {
57
- if (chainId === "1") return
58
const response = await fetch(`${tokenlistURL}?chainId=${chainId}`)
59
if (!response.ok) {
60
throw new Error(`Failed fetching tokenlist for chain ${chainId}`)
0 commit comments