List of ERC-20 tokens in the Hemi chains.
Obtain the latest version of the token list from directly from GitHub:
wget https://github.com/hemilabs/token-list/blob/master/src/hemi.tokenlist.jsonOr install it as an NPM package:
npm install @hemilabs/token-listand then use it in your code:
const hemiTokenList = require("@hemilabs/token-list");To add a new token to the list just follow this guide