# Packages
No description provided by the author
# README
injective-token-meta
Static token metadata for Injective Exchange
Usage
The static token metadata is in meta/token_meta.json
.
Different repos can import this repo and use the json file in its own way.
For Go repo, please import utils-go
and use util functions in it.
Develop & Maintain
To add a new token:
- add a new
token_name: {address:token_address, coinGeckoId:token_coingecko_id}
kv pair intoken_meta.json
- run
make gen