@hemilabs/token-list
v1.1.1
Published
List of ERC-20 tokens in the Hemi Network chains
Downloads
267
Readme
@hemilabs/token-list
List of ERC-20 tokens in the Hemi Network 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.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");