Skip to content

Latest commit

 

History

History
executable file
·
22 lines (17 loc) · 664 Bytes

README.md

File metadata and controls

executable file
·
22 lines (17 loc) · 664 Bytes

How to add a token?

Make a pull request with the following changes:

  1. Add metadata to tokens.json
{
    "name": "<NAME>",
    "symbol": "<SYMBOL>",
    "contract": "<CONTRACT NAME>",
    "chain": "eos",
    "precision": 4
}
  1. Add token logo to ./logos/$chain/$contract-$symbol.png, add large token logo to ./logos/$chain/$contract-$symbol-large.png

Next, you can splice to get the token logo you need. For example: https://raw.githubusercontent.com/metahubwallet/eos-tokens/master/logos/eos/tethertether-usdt.png, and CDN url: https://cdn.jsdelivr.net/gh/metahubwallet/eos-tokens@master/logos/eos/tethertether-usdt.png