Token list for redswap.io and info.redswap.io.
- Technical team will validate the input to ensure the data is matching with the expected pattern
- Redswap team will analyze the token and project in terms of value brought into Redstone ecosystem
- One token is accepted per one pull request
- Token data must match contract data
- Token must have a logo
- PR file structure should match the existing structure of the repository (e.g. putting logos in
TOKEN_SYMBOL/logo.png
) - Contract should be verified*
- Project should have a significant role in network's ecosystem
*We highly recommend that the contract is verified as this will be taken into consideration during the evaluation and approval process
- Fork this repository
- Create token folder with similar structure:
TOKEN_SYMBOL/logo.png
. Example - Edit tokenlist.json with token data. Example:
{
"chainId":690,
"address":"0x4200000000000000000000000000000000000006",
"symbol":"WETH",
"name":"Wrapped Ether",
"decimals":18,
"logoURI":"https://raw.githubusercontent.com/AW-House/token-list/main/assets/WETH/logo.png",
},
- Create a pull request