-
Notifications
You must be signed in to change notification settings - Fork 750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Token List #95
feat: Token List #95
Conversation
packages/token-lists/package.json
Outdated
@@ -0,0 +1,29 @@ | |||
{ | |||
"name": "pancakeswap-token-lists", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pancakeswap/tokens-lists
@@ -0,0 +1,29 @@ | |||
{ | |||
"name": "pancakeswap-token-lists", | |||
"version": "2.10.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v1 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RabbitDoge this is the version of the list we have right now in the exchange
"ts-jest": "^26.5.6" | ||
}, | ||
"dependencies": { | ||
"@uniswap/token-lists": "^1.0.0-beta.21", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This provides validation schema. We could of course copy it here 😅
packages/token-lists/src/index.ts
Outdated
@@ -0,0 +1,3 @@ | |||
import buildList from "./buildList"; | |||
|
|||
console.log(JSON.stringify(buildList(), null, 2)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rather use .info
the user of .log
is disabled in all our codebase (for debug only)
fa5f939
to
5816538
Compare
5f0063a
to
452143a
Compare
This is kind of a draft cause there are some details to discuss in Slack.