Skip to content

Commit

Permalink
Merge pull request #107 from QuickSwap/feature/add-new-syrups-pools-1
Browse files Browse the repository at this point in the history
Add new syrups and remove ended LP farms
  • Loading branch information
sameepsi authored Mar 3, 2022
2 parents 75fa57e + 95ef6ed commit 3ee1983
Show file tree
Hide file tree
Showing 10 changed files with 257 additions and 362 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 @@ -71,7 +71,7 @@ export const GlobalConst = {
),
// the Uniswap Default token list lives here
DEFAULT_TOKEN_LIST_URL:
'https://unpkg.com/[email protected].21/build/quickswap-default.tokenlist.json',
'https://unpkg.com/[email protected].26/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].21/build/quickswap-default.tokenlist.json';
'https://unpkg.com/[email protected].26/build/quickswap-default.tokenlist.json';

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

0 comments on commit 3ee1983

Please sign in to comment.