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 c91d4c7 commit e36ff72Copy full SHA for e36ff72
src/config/constants.ts
@@ -7,4 +7,6 @@ export const DEFAULT_DECIMAL_PLACES = 9;
7
export const DEFAULT_USD_DECIMAL_PLACES = 3;
8
export const MAX_DECIMAL_PLACES = 18;
9
10
-export const GIT_TOKEN_LIST_URL = 'https://raw.githubusercontent.com/DistributedCollective/token-list/main';
+// export const GIT_TOKEN_LIST_URL = 'https://raw.githubusercontent.com/DistributedCollective/token-list/main';
11
+export const GIT_TOKEN_LIST_URL =
12
+ 'https://raw.githubusercontent.com/DistributedCollective/token-list/refs/heads/feat/tokens';
0 commit comments