Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 546 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 546 Bytes

forte-token-registry

Token Registration Instructions

Go to https://github.com/0xfoobar/forte-token-registry/edit/main/tokens.json

Copy-paste the following JSON object into the bottom of the file, filling in your details

      {
        "name": "YOUR_TOKEN_NAME",
        "address": "0xADDRESS",
        "symbol": "YOUR_TOKEN_SYMBOL",
        "decimals": 18,
        "chainId": 7700,
        "logoURI": "YOUR_TOKEN_IMAGE"
      }

Alternatively, open a GitHub issue with the details and a technical community member can merge it in.