Skip to content

AW-House/token-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Redswap Token List

Token list for redswap.io and info.redswap.io.

Adding new tokens

The Approval process

  1. Technical team will validate the input to ensure the data is matching with the expected pattern
  2. Redswap team will analyze the token and project in terms of value brought into Redstone ecosystem

Requirements and Recommendations

  • 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

Steps

  • 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"
      }
  • Increment the version (if new token is added: minor, if existing token data is edited - patch);
   "version":{
      "major":1,
      "minor":<<x+1>>,
      "patch":0
   }
  • Update a timestamp (UTC in ISO format)
  "timestamp":"2024-05-05T13:16:21Z"
  • Validate that .json file is formatted correctly (with no errors)
  • Create a pull request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •