diff --git a/docs/tutorials/token_integration_evm.md b/docs/tutorials/token_integration.md similarity index 99% rename from docs/tutorials/token_integration_evm.md rename to docs/tutorials/token_integration.md index 69daed3..8a23661 100644 --- a/docs/tutorials/token_integration_evm.md +++ b/docs/tutorials/token_integration.md @@ -21,7 +21,7 @@ The process is similar to [adding liquidity](rsERGLP.md), but there are addition #### Updating Details -You can **File a Token Request**: Submit an issue on the [Uniswap Default Token List GitHub](https://github.com/Uniswap/default-token-list/issues/new?assignees=&labels=token+request&template=token-request.md&title=Add+%7BTOKEN_SYMBOL%7D%3A+%7BTOKEN_NAME%7D) with your token details. Ensure that token information such as decimals, symbol, and name is accurately reflected from the token contracts. +You can **File a Token Request**: Submit an issue on the [Uniswap Default Token List GitHub](https://github.com/Uniswap/default-token-list/issues/new?assignees=&labels=token+request&template=token-request.md&title=Add+%7BTOKEN_SYMBOL%7D%3A+%7BTOKEN_NAME%7D) with your token details. Ensure that token information such as decimals, symbol, and name is accurately reflected from the token contracts. Prioritizing a listing on CoinGecko is beneficial, as it serves as a data source for various platforms. Once listed, your token details will automatically propagate to multiple other services, reducing the need for additional manual updates. diff --git a/mkdocs.yml b/mkdocs.yml index e82fa9d..5c88ef8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -208,6 +208,7 @@ nav: - Uses: - eco/rosen/rosen-uses.md - rsERG-LP: tutorials/rsERGLP.md + - Token Integration Guides: tutorials/token_integration.md - Oracles: - uses/oracles.md - Oracle Pools V2: eco/oracles-v2.md