-
Notifications
You must be signed in to change notification settings - Fork 29
Add README instructions on how to add a new entry #13
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
Conversation
anxolin
left a comment
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.
Thanks for adding this into the README 🚀
README.md
Outdated
|
|
||
| In order to add a new token to the CoW Swap default token list follow these steps | ||
|
|
||
| - Find an icon with reasonable quality/size (~256px, <100kB). |
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.
Why not exactly 256x256? I think most of the current images in the list (if not all have that size exactly).
@fairlighteth might have some extra-requirements (or different requirements. What is a good process here?
| - Make sure you bump the version using SemVersions | ||
| - Create a PR with these changes | ||
|
|
||
| [^1]: To resize/convert your image [ImageMagick](https://formulae.brew.sh/formula/imagemagick) installed you can simply run `convert ~/Downloads/img.png -resize 256 src/public/images/<chainId>/<address>.png` |
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.
Does this optimize like https://tinypng.com do?
cc/ @fairlighteth
alfetopito
left a comment
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.
LGTM
|
Merging as is to have some instructions in the readme. |
Copying relevant instructions from slack here, so that internal and external contributors can make suggestions (reducing our manual work).