-
Notifications
You must be signed in to change notification settings - Fork 10
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
Create our own tokenlist #1
Comments
Instead of having our own tokenlist, we must:
We should also need to move to SVG coin logos. A good repo for coin logos is here: |
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UDPATED... See 1st comment to this ticket: #1 (comment)
We need to create a tokenlist compliant with tokenlists.org / https://github.com/Uniswap/token-lists
The list must include multi-chain tokens. Tokens in different chains with matching SYMBOLs must be considered equivalents... e.g. USDC with chainId 56 and chainId 1 are the same USDC but on different chains.
https://gateway.pinata.cloud/ipfs/QmdKy1K5TMzSHncLzUXUJdvKi1tHRmJocDRfmCXxW5mshS
Based on TL compliant tokenlist we may or may not need our own format. E.g. hosted in /data/coins.json or some other format.
To start with, we can use some else's tokenlist as a base. We need to keep in mind that our tokenlists must reference logos hosted in our frontend repo.
The logos must be SVG
The job of mainterner must be converting the logos to SVG format using tools like sketch with Potrace plugin, or some other vector converter
The text was updated successfully, but these errors were encountered: