Categorygithub.com/injectivelabs/injective-token-meta

# 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:

  1. add a new token_name: {address:token_address, coinGeckoId:token_coingecko_id} kv pair in token_meta.json
  2. run make gen