Skip to content

Commit 57cfffc

Browse files
committed
chore: added icon import instructions
1 parent 37fc2e6 commit 57cfffc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,24 @@ Please make sure that you name the files by their address. You can see examples
156156
on terminal, run: `git clone [email protected]:MyEtherWallet/ethereum-lists.git; cd ethereum-lists`
157157
and then run: `npm run compile; npm run test:checkToken; npm run test:checkContract; npm run lint` to compile
158158

159+
#### Importing new Icons
160+
161+
1. unzip icons into root
162+
2. `renameIcons.js` - set var icons to path of extracted folder
163+
3. `node renameIcons`
164+
4. move files into src/icons
165+
5. `node generateMissingTokenListFromIcons`
166+
6. `node createTokens`
167+
7. delete files/folders
168+
- maticTokens.json
169+
- bscTokens.json
170+
- ethTokens.json
171+
- notinlist.json
172+
- extracted folder from step 1
173+
8. `npm run test`
174+
9. `npm run compile`
175+
10. `npm run lint`
176+
159177
#### A last note
160178

161179
This list is maintained by volunteers in the cryptocurrency community & people like you around the internet. It may not always be up to date, and it may occasionally get it wrong. If you find an error or omission, please open an issue or make a PR with any corrections.

0 commit comments

Comments
 (0)