-
Notifications
You must be signed in to change notification settings - Fork 751
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
chore: Add PancakeSwap Top 100 List #131
Conversation
keywords: ["pancakeswap", "extended"], | ||
logoURI: | ||
"https://assets.trustwalletapp.com/blockchains/smartchain/assets/0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82/logo.png", | ||
sort: true, | ||
}, | ||
"pancakeswap-top-100": { |
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 is good, you'r getting there 👍
Need to do similar modification in checksum.ts
(just import list and add to the lists
) and default.test.ts
(add pancakeswap-top-100
in here.
- also make new command in package.json for top100 similar to other ones, read more in readme
https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/token-lists#how-to-add-new-lists-within-this-repository
}, | ||
{ | ||
"name": "Wault", | ||
"symbol": "WAULTx", | ||
"address": "0xB64E638E60D154B43f660a6BF8fD8a3b249a6a21", | ||
"address": "0xB64E638E60D154B43f660a6BF8fD8a3b249a6a2", |
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.
Hm.... 1 in the end got lost somehow, probably I haven't selected it when I copied the list to you
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.
All seems ok now 👍 Some logos like ALICE are not in TW I suppose and return 404, but that's ok I guess
No description provided.