Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rango-exchange/token-list
Rango Custom Token List
https://github.com/rango-exchange/token-list
Last synced: about 2 months ago
JSON representation
Rango Custom Token List
- Host: GitHub
- URL: https://github.com/rango-exchange/token-list
- Owner: rango-exchange
- Created: 2023-08-23T07:36:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T10:51:13.000Z (2 months ago)
- Last Synced: 2024-11-09T11:30:36.467Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 862 KB
- Stars: 2
- Watchers: 0
- Forks: 23
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-amm - New token listing
README
# Rango Token List
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.
---
How to list your token in Rango?
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:
1. Fork this repo to your own github account.
2. Clone fork and create new branch:
```shell
git clone [email protected]:YOUR_ACCOUNT/token-list.git
cd token-list
git branch
git checkout
```3. 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.
4. 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](https://docs.rango.exchange/integrations).
---
How to add a token list to Rango?
You need to add this token list to `all-token-lists.json` file.
1. Fork this repo to your own github account
2. Clone fork and create new branch
```shell
git clone [email protected]:YOUR_ACCOUNT/token-list.git
cd token-list
git branch
git checkout
```3. Add your suggested token list at the end of `all-token-lists.json` file.
4. 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](https://docs.rango.exchange/integrations).