Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
0805b2d9
Unverified
Commit
0805b2d9
authored
Jul 02, 2021
by
Ian Lapham
Committed by
GitHub
Jul 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update defaults (#1955)
parent
6c8fc5a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
lists.ts
src/constants/lists.ts
+0
-4
No files found.
src/constants/lists.ts
View file @
0805b2d9
...
...
@@ -3,10 +3,8 @@
const
COMPOUND_LIST
=
'
https://raw.githubusercontent.com/compound-finance/token-list/master/compound.tokenlist.json
'
const
UMA_LIST
=
'
https://umaproject.org/uma.tokenlist.json
'
const
AAVE_LIST
=
'
tokenlist.aave.eth
'
const
SYNTHETIX_LIST
=
'
synths.snx.eth
'
const
WRAPPED_LIST
=
'
wrapped.tokensoft.eth
'
const
SET_LIST
=
'
https://raw.githubusercontent.com/SetProtocol/uniswap-tokenlist/main/set.tokenlist.json
'
const
OPYN_LIST
=
'
https://raw.githubusercontent.com/opynfinance/opyn-tokenlist/master/opyn-v1.tokenlist.json
'
const
ROLL_LIST
=
'
https://app.tryroll.com/tokens.json
'
const
COINGECKO_LIST
=
'
https://tokens.coingecko.com/uniswap/all.json
'
const
CMC_ALL_LIST
=
'
defi.cmc.eth
'
...
...
@@ -21,11 +19,9 @@ export const UNSUPPORTED_LIST_URLS: string[] = [BA_LIST]
export
const
DEFAULT_LIST_OF_LISTS
:
string
[]
=
[
COMPOUND_LIST
,
AAVE_LIST
,
SYNTHETIX_LIST
,
UMA_LIST
,
WRAPPED_LIST
,
SET_LIST
,
OPYN_LIST
,
ROLL_LIST
,
COINGECKO_LIST
,
CMC_ALL_LIST
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment