This repository contains a comprehensive list of tokens and chains supported on Adena.
If you wish to register your token data to get it displayed it on Adena's products, please submit a PR that adheres to the Token Registration Guidelines below.
Follow the steps in order to add a token to this list.
-
Fork the repository to your own GitHub account.
-
Clone the project to your device.
-
Create a branch locally with a succinct but descriptive name.
-
Commit changes to the branch that includes the following:
- A 16x16 Token Image in token_symbol.svg format (ex: gnot.svg) in the /images/token folder.
- An entry in the
tokens.json
file that matches the following format.
//token symbol in capital letters (ex: GNOT)
[TOKEN_SYMBOL: string]: {
//token symbol in capital letters (ex: GNOT)
"type": string,
//token name (ex: Gnoland)
"name": string,
//whole denomination of the token (ex: gnot)
"denom": string,
//unit of denom
"unit": number,
//minimal denomination of the token (ex: ugnot)
"minimalDenom": string,
//unit of minimalDenom
"minimalUnit": number,
//link that points to the svg file of your logo
"image": string
//**REMOVE ALL COMMENTS BEFORE THE ACTUAL PR**
}
- Push changes to your fork.
- Open a PR in our repository and wait for us to review and pull your changes.
Our members will review your submission and accept your PR ONLY if it follows the correct format.
Although we're managing this list for Adena's prodcuts, we welcome anyone in the community to use resources provided on this repository to display logos & symbols of tokens or RPC/API Endpoints for chains on your dapps, lists, data aggregators, or any where applicable.
The Adena Team ("we") allows anyone to submit information about any tokens.
Although we throughly review the submissions, we do not gurantee the integrity of tokens on this list.
The approval of a submission is not an endorsement nor an investment advice of the asset.
In no event shall the Adena Team be liable for your damages resulting from investments in assets included in this repository.
The Adena Team reserves the right to reject or remove token submissions at any time at our sole discretion.