- adds a wormhole logo at the bottom right
- if symbol has multiple source chains (e.g. USDC), adds a chain logo at the bottom left
Examples:
CAKE:
USDTpo:
Base logos for token TOK
should be supplied either by adding TOK.png
to src/logogen/base/,
or by adding a "logo"
entry to the appropriate block for TOK
in src/config/token_data.py.
If both are present, we'll use the one in src/logogen/base/,
Run:
npm run gen-logos
This won't write over any existing images in [assets](../../assets]. To overwrite the existing assets:
npm run gen-logos-overwrite
https://raw.githubusercontent.com/certusone/wormhole-token-list/main/assets/CAKE_wh.png
A few style choices are included (with examples):
thick_gray (default):
thin_gray:
color:
barecolor:
These variants are in src/logogen/components.
To generate all the outputs with a different style from the default, run:
python3 gen_logos.py --overwrite --style STYLE
To update the default style, copy one of them to src/logogen/components/wormhole.png.