Skip to content

Commit

Permalink
update tokens, farms and syrups
Browse files Browse the repository at this point in the history
  • Loading branch information
totop716 committed Mar 20, 2022
1 parent 15d2432 commit ee0d7c8
Show file tree
Hide file tree
Showing 8 changed files with 247 additions and 171 deletions.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const GlobalConst = {
),
// the Uniswap Default token list lives here
DEFAULT_TOKEN_LIST_URL:
'https://unpkg.com/[email protected].26/build/quickswap-default.tokenlist.json',
'https://unpkg.com/[email protected].27/build/quickswap-default.tokenlist.json',
},
analyticChart: {
ONE_MONTH_CHART: 1,
Expand Down
2 changes: 1 addition & 1 deletion src/constants/lists.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// the Quickswap Default token list lives here
export const DEFAULT_TOKEN_LIST_URL =
'https://unpkg.com/[email protected].26/build/quickswap-default.tokenlist.json';
'https://unpkg.com/[email protected].27/build/quickswap-default.tokenlist.json';

export const DEFAULT_LIST_OF_LISTS: string[] = [DEFAULT_TOKEN_LIST_URL];
Loading

0 comments on commit ee0d7c8

Please sign in to comment.