Skip to content

Commit 9405090

Browse files
committed
chore: staging override
1 parent 65198f2 commit 9405090

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ 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/refs/heads/feat/tokens';
11+
// export const GIT_TOKEN_LIST_URL = 'https://raw.githubusercontent.com/DistributedCollective/token-list/main';

0 commit comments

Comments
 (0)