-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #143 from QuickSwap/hotfix/add-token-syrup-1
Add new tokens, syrups, farms and token icons
- Loading branch information
Showing
23 changed files
with
712 additions
and
1,043 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
"@uniswap/liquidity-staker": "^1.0.2", | ||
"@uniswap/merkle-distributor": "1.0.1", | ||
"@uniswap/sdk": "npm:[email protected]", | ||
"@uniswap/token-lists": "^1.0.0-beta.17", | ||
"@uniswap/token-lists": "npm:quickswap-token-lists@1.0.1", | ||
"@uniswap/v2-core": "1.0.0", | ||
"@uniswap/v2-periphery": "^1.1.0-beta.0", | ||
"@web3-react/core": "6.0.9", | ||
|
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 added
BIN
+932 Bytes
src/assets/tokenLogo/0x1d734a02ef1e1f5886e66b0673b71af5b53ffa94.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 added
BIN
+402 Bytes
src/assets/tokenLogo/0x72bd80445b0db58ebe3e8db056529d4c5faf6f2f.webp
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ export const GlobalConst = { | |
), | ||
// the Uniswap Default token list lives here | ||
DEFAULT_TOKEN_LIST_URL: | ||
'https://unpkg.com/[email protected].29/build/quickswap-default.tokenlist.json', | ||
'https://unpkg.com/[email protected].32/build/quickswap-default.tokenlist.json', | ||
}, | ||
analyticChart: { | ||
ONE_MONTH_CHART: 1, | ||
|
@@ -202,6 +202,7 @@ export const GlobalData = { | |
returnTokenFromKey('MAUSDC'), | ||
returnTokenFromKey('MI'), | ||
returnTokenFromKey('CXETH'), | ||
returnTokenFromKey('GHST'), | ||
], | ||
}, | ||
// Some tokens can only be swapped via certain pairs, so we override the list of bases that are considered for these tokens. | ||
|
@@ -217,6 +218,8 @@ export const GlobalData = { | |
returnTokenFromKey('QUICK'), | ||
returnTokenFromKey('ETHER'), | ||
returnTokenFromKey('WBTC'), | ||
returnTokenFromKey('SAND'), | ||
returnTokenFromKey('MI'), | ||
], | ||
}, | ||
// used to construct the list of all pairs we consider by default in the frontend | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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].29/build/quickswap-default.tokenlist.json'; | ||
'https://unpkg.com/[email protected].32/build/quickswap-default.tokenlist.json'; | ||
|
||
export const DEFAULT_LIST_OF_LISTS: string[] = [DEFAULT_TOKEN_LIST_URL]; |
Oops, something went wrong.