-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update analytics pair details and token details pages
- Loading branch information
Showing
13 changed files
with
159 additions
and
66 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
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
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 |
---|---|---|
|
@@ -1059,8 +1059,8 @@ export const KOM = new Token( | |
); | ||
export const UST = new Token( | ||
ChainId.MATIC, | ||
'0x692597b009d13C4049a947CAB2239b7d6517875F', | ||
18, | ||
'0xE6469Ba6D2fD6130788E0eA9C0a0515900563b59', | ||
6, | ||
'UST', | ||
'Wrapped UST Token', | ||
); | ||
|
@@ -1890,4 +1890,4 @@ export const BETTER_TRADE_LINK_THRESHOLD = new Percent( | |
|
||
// the Uniswap Default token list lives here | ||
export const DEFAULT_TOKEN_LIST_URL = | ||
'https://unpkg.com/[email protected].17/build/quickswap-default.tokenlist.json'; | ||
'https://unpkg.com/[email protected].18/build/quickswap-default.tokenlist.json'; |
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].17/build/quickswap-default.tokenlist.json'; | ||
'https://unpkg.com/[email protected].18/build/quickswap-default.tokenlist.json'; | ||
|
||
export const DEFAULT_LIST_OF_LISTS: string[] = [DEFAULT_TOKEN_LIST_URL]; |
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -391,7 +391,7 @@ describe('list reducer', () => { | |
expect(store.getState()).toEqual({ | ||
byUrl: {}, | ||
selectedListUrl: | ||
'https://unpkg.com/[email protected].17/build/quickswap-default.tokenlist.json', | ||
'https://unpkg.com/[email protected].18/build/quickswap-default.tokenlist.json', | ||
}); | ||
}); | ||
}); | ||
|
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
Oops, something went wrong.