Skip to content

Commit

Permalink
Merge pull request #156 from QuickSwap/hotfix/new-farms-syrups
Browse files Browse the repository at this point in the history
Add new tokens, syrups and farms
  • Loading branch information
sameepsi authored May 25, 2022
2 parents 1ab301e + 9142abc commit 770cb94
Show file tree
Hide file tree
Showing 7 changed files with 221 additions and 173 deletions.
Binary file not shown.
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.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const GlobalConst = {
),
// the Uniswap Default token list lives here
DEFAULT_TOKEN_LIST_URL:
'https://unpkg.com/[email protected].33/build/quickswap-default.tokenlist.json',
'https://unpkg.com/[email protected].34/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].33/build/quickswap-default.tokenlist.json';
'https://unpkg.com/[email protected].34/build/quickswap-default.tokenlist.json';

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

0 comments on commit 770cb94

Please sign in to comment.