default token lists and token image repository
Instructions for setting up and running the various scripts locally
# Install dependencies
yarn
# Generate Coingecko list
yarn coingecko
There's a script that will fetch all images from a list and store them in src/public/images/<chainId>/<address>.png
yarn downloadImages