Skip to content

DexHunterIO/verified-tokens

Repository files navigation

Verified tokens are searchable by name; it's not an endorsement of the project. After creating a pull request, please send DexHunter twitter a DM from an official Twitter account with a link.

Screenshot 2024-03-09 at 16 03 42

Please attach png or jpg image file to the description

image

Please attach verification payment of 100 ADA to the following address as tx hash to the description

addr1qycq6luvdlfpmekh7fg4y5p92px2j9u9g3jneuu2flyxueq4fvegghd65626mer4amt9k60myjanlpdn7zwfn2cvrjusaqf5z8

To add a new token, create a new pull request with the following format:

 "token_id": {
    "token_id": token_id,
    "token_policy": policy_id,
    "token_ascii": token_full_name,
    "is_verified": true,
    "ticker": token_ticker,
    "decimals": token_decimals
  }

Example:

 "02f74e4bd8fbf86339e55569e710886b04208a6005338bf2089187bf445643": {
    "token_id": "02f74e4bd8fbf86339e55569e710886b04208a6005338bf2089187bf445643",
    "token_policy": "02f74e4bd8fbf86339e55569e710886b04208a6005338bf2089187bf",
    "token_ascii": "DVC",
    "is_verified": true,
    "ticker": "DVC",
    "decimals": 0
  }