Rango Exchange offers support for a wide array of tokens, exceeding 10,000 in number. These tokens are drawn from popular token lists like CoinGecko, as well as protocol-specific token lists such as 1inch tokens or Wormhole token list.
In order to include your token on Rango Exchange as a custom token, you are required to initiate a pull request (PR) to this repository. Please adhere to the following steps for the submission process:
-
Fork this repo to your own github account.
-
Clone fork and create new branch:
git clone git@github.com:YOUR_ACCOUNT/rango-token-list.git cd rango-token-list git branch <branch_name> git checkout <branch_name>
-
Create a directory within
tokens/custom/
using your token's name. Inside this directory, include a 256x256 PNG icon, along with the token's manifest. -
Submit the Pull Request. Within the PR description, kindly provide an explanation regarding the DEXes/Bridges that your token is supported by, considering Rango's integration. You could find list of all supported protocols here.
You need to add this token list to all-token-lists.json
file.
-
Fork this repo to your own github account
-
Clone fork and create new branch
git clone git@github.com:YOUR_ACCOUNT/rango-token-list.git cd rango-token-list git branch <branch_name> git checkout <branch_name>
-
Add your suggested token list at the end of
all-token-lists.json
file. -
Submit the Pull Request. Within the PR description, kindly provide an explanation regarding the DEXes/Bridges that your token is supported by, considering Rango's integration. You could find list of all supported protocols here.