File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55To create a new token list run:
66
77``` shell
8- npm run tokenlists :create my-new-tokenlist
8+ npm run tokenlist :create my-new-tokenlist
99```
1010
11- This will generate two files nest in a folder called
11+ This will generate two files nested in a folder called
1212` tokenlists/my-new-tokenlist ` :
1313
14141 . tokens.ts - Add token addresses here that you want to include in your
1515 tokenlist
16162 . overwrites.ts - Add overwrite data here for specific token addresses.
1717
18- ## Add new tokens it existing list
18+ ## Add new tokens to an existing list
1919
2020To add new tokens to an existing tokenlist, add the token address to the
2121` tokens.ts ` file within the relevant network key.
@@ -27,7 +27,7 @@ To remove a token from an existing tokenlist, remove the token address from the
2727
2828## Overwrite tokenlist output data
2929
30- To overwrite token metadata produced in the tokenslist , add the desired metadata
30+ To overwrite token metadata produced in the tokenlist , add the desired metadata
3131to the overwrites file where the key is the token address and the value is the
3232overwrite data you want to inject. For example, if you simply wanted to make
3333sure the token name for WETH was 'Wrapped Ether' then you would add:
You can’t perform that action at this time.
0 commit comments