Skip to content

Latest commit

 

History

History
executable file
·
18 lines (14 loc) · 497 Bytes

README.md

File metadata and controls

executable file
·
18 lines (14 loc) · 497 Bytes

How to add a token?

Make a pull request with the following changes:

  1. Add metadata to tokens.json
{
    "name": "<NAME>",
    "logo": "https://raw.githubusercontent.com/ProtonProtocol/tokens/master/logos/<SYMBOL>.png",
    "logo_lg": "https://raw.githubusercontent.com/ProtonProtocol/tokens/master/logos/<SYMBOL>.png",
    "symbol": "<SYMBOL>",
    "account": "<CONTRACT NAME>",
    "chain": "proton"
}
  1. Add token logo *.png to ./logos folder