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 04f66ef commit ee204f7Copy full SHA for ee204f7
src/app.config.ts
@@ -1,7 +1,7 @@
1
export const apiConfig = {
2
- // tokensUrl: 'https://tokens.coingecko.com/uniswap/all.json',
+ tokensUrl: 'https://tokens.coingecko.com/uniswap/all.json',
3
// tokensUrl: 'https://raw.githubusercontent.com/compound-finance/token-list/master/compound.tokenlist.json',
4
- tokensUrl: 'https://static.optimism.io/optimism.tokenlist.json',
+ // tokensUrl: 'https://static.optimism.io/optimism.tokenlist.json',
5
// tokensUrl: 'api/tokenlist',
6
}
7
0 commit comments