Skip to content

Commit e36ff72

Browse files
committed
chore: test new token list on staging
1 parent c91d4c7 commit e36ff72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/config/constants.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ export const DEFAULT_DECIMAL_PLACES = 9;
77
export const DEFAULT_USD_DECIMAL_PLACES = 3;
88
export const MAX_DECIMAL_PLACES = 18;
99

10-
export const GIT_TOKEN_LIST_URL = 'https://raw.githubusercontent.com/DistributedCollective/token-list/main';
10+
// 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

Comments
 (0)