From 368d0218240deb8cc2104428c2518a73ecf52f82 Mon Sep 17 00:00:00 2001 From: M Glasgow Date: Fri, 25 Oct 2024 16:26:13 +0100 Subject: [PATCH] nav --- .../{token_integration_evm.md => token_integration.md} | 2 +- mkdocs.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename docs/tutorials/{token_integration_evm.md => token_integration.md} (99%) 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