Skip to content

Commit

Permalink
Merge pull request #120 from QuickSwap/release/0.1.0
Browse files Browse the repository at this point in the history
Merge master updates to dev
  • Loading branch information
sameepsi authored Mar 26, 2022
2 parents c8c4fbd + f01523a commit 611879a
Show file tree
Hide file tree
Showing 18 changed files with 19,481 additions and 96,592 deletions.
77,119 changes: 0 additions & 77,119 deletions package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"@arkane-network/web3-arkane-provider": "^0.23.0",
"@ethersproject/experimental": "^5.4.0",
"@gelatonetwork/limit-orders-react": "^2.3.1",
"@gelatonetwork/limit-orders-react": "^2.4.0",
"@gnosis.pm/safe-apps-sdk": "^4.0.0",
"@reduxjs/toolkit": "^1.3.5",
"@transak/transak-sdk": "^1.0.28",
Expand Down
Binary file not shown.
Binary file not shown.
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.
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 @@ -80,7 +80,7 @@ export const GlobalConst = {
),
// the Uniswap Default token list lives here
DEFAULT_TOKEN_LIST_URL:
'https://unpkg.com/[email protected].25/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].25/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 611879a

Please sign in to comment.