From 0934126b5c4341eee79fbe088ad1d018ade9a592 Mon Sep 17 00:00:00 2001 From: Alfetopito Date: Wed, 19 Jun 2024 14:51:17 +0100 Subject: [PATCH] chore: fix readme links --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 66bf98dc..4d648c4f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ The process has been automated, and it's now much simpler. The forms are self-explanatory and should contain all the info you need to proceed. **Notes**: + - Images will be optimized in the background - If you want to add a token/image to multiple networks, create one issue per network @@ -15,11 +16,11 @@ Head to the [issues section](https://github.com/cowprotocol/token-lists/issues/n ### Add or update token -For adding tokens to CoW Swap's default token list, or to update an existing one, use the [`Add Token` form](https://github.com/cowprotocol/token-lists/issues/new?assignees=&labels=addToken&template=addTokenForm.yml&title=%5BAddToken%5D+%60SYMBOL%60+on+%60NETWORK%60). +For adding tokens to CoW Swap's default token list, or to update an existing one, use the [`Add Token` form](https://github.com/cowprotocol/token-lists/issues/new?assignees=&labels=addToken&projects=&template=1-addTokenForm.yml&title=%5BAddToken%5D+%60SYMBOL%60+on+%60NETWORK%60). ### Remove token from the list -Use the [`Remove Token` form](https://github.com/cowprotocol/token-lists/issues/new?assignees=&labels=removeToken&template=removeTokenForm.yml&title=%5BRemoveToken%5D+%60SYMBOL%60+on+%60NETWORK%60). +Use the [`Remove Token` form](https://github.com/cowprotocol/token-lists/issues/new?assignees=&labels=removeToken&projects=&template=3-removeTokenForm.yml&title=%5BRemoveToken%5D+%60SYMBOL%60+on+%60NETWORK%60). Even though the token is removed from the default list, its image will be kept. @@ -27,10 +28,10 @@ Even though the token is removed from the default list, its image will be kept. Not all tokens should be in the default token list, but the more token images we have the better UX. -For this, use the [`Add Image` form](https://github.com/cowprotocol/token-lists/issues/new?assignees=&labels=addImage&template=addImageForm.yml&title=%5BAddImage%5D+%60SYMBOL%60+on+%60NETWORK%60). - +For this, use the [`Add Image` form](https://github.com/cowprotocol/token-lists/issues/new?assignees=&labels=addImage&projects=&template=2-addImageForm.yml&title=%5BAddImage%5D+%60SYMBOL%60+on+%60NETWORK%60). ### Flow overview + ```mermaid flowchart TD @@ -42,7 +43,7 @@ flowchart TD UserFillsForm --> |Form invalid| AutomatedIssueClosure(Automated: Closes issue) TeamReview --> |Request approved| TeamMergesPR(Team: Merges Pull Request) TeamReview --> |Request rejected| TeamClosesPR(Team: Closes Pull Request and Issue) - + ``` ## Development @@ -63,6 +64,6 @@ yarn coingecko There's a script that will fetch all images form the CowSwap list and store them in `src/public/images//
.png` -``` +```bash yarn downloadImages ```