@hemilabs/token-list
v2.6.1
Published
List of ERC-20 tokens in the Hemi chains
Readme
@hemilabs/token-list
List of ERC-20 tokens in the Hemi chains.
Usage
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");Adding a New Token to the List
To add a new token to the list just follow this guide
