List of ERC-20 tokens in the Hemi Network 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.json
Or install it as an NPM package:
npm install @hemilabs/token-list
and then use it in your code:
const hemiTokenList = require("@hemilabs/token-list");