Skip to content

Commit ee204f7

Browse files
committed
Revert to Ethereum mainnet
1 parent 04f66ef commit ee204f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const apiConfig = {
2-
// tokensUrl: 'https://tokens.coingecko.com/uniswap/all.json',
2+
tokensUrl: 'https://tokens.coingecko.com/uniswap/all.json',
33
// tokensUrl: 'https://raw.githubusercontent.com/compound-finance/token-list/master/compound.tokenlist.json',
4-
tokensUrl: 'https://static.optimism.io/optimism.tokenlist.json',
4+
// tokensUrl: 'https://static.optimism.io/optimism.tokenlist.json',
55
// tokensUrl: 'api/tokenlist',
66
}
77

0 commit comments

Comments
 (0)