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 65198f2 commit 9405090Copy full SHA for 9405090
src/config/constants.ts
@@ -7,4 +7,5 @@ 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/refs/heads/feat/tokens';
11
+// export const GIT_TOKEN_LIST_URL = 'https://raw.githubusercontent.com/DistributedCollective/token-list/main';
0 commit comments