Skip to content
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

Merged
merged 8 commits into from
May 31, 2021
Merged

Conversation

Chef-Cheems
Copy link
Contributor

This is kind of a draft cause there are some details to discuss in Slack.

@@ -0,0 +1,29 @@
{
"name": "pancakeswap-token-lists",
Copy link
Contributor

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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v1 ?

Copy link
Contributor Author

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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need this ?

Copy link
Contributor Author

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 😅

@@ -0,0 +1,3 @@
import buildList from "./buildList";

console.log(JSON.stringify(buildList(), null, 2));
Copy link
Contributor

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)

@Chef-Cheems Chef-Cheems force-pushed the feature/token-lists branch 3 times, most recently from fa5f939 to 5816538 Compare May 13, 2021 06:43
@hachiojidev hachiojidev merged commit f18ab1d into pancakeswap:master May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants