diff --git a/.vitepress/config.ts b/.vitepress/config.ts index e4560a2ba..7b0a1ec3a 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -289,6 +289,10 @@ function sidebarHome() { text: "How to integrate Range with your rollup", link: "/guides/rollkit-monitoring", }, + { + text: "How to use IBC token (TIA) as gas token in your rollup", + link: "/guides/use-tia-for-gas", + }, ], }, ], diff --git a/guides/overview.md b/guides/overview.md index 752b4719c..402c06d38 100644 --- a/guides/overview.md +++ b/guides/overview.md @@ -23,6 +23,7 @@ In this section, you'll find: * [How to use lazy sequencing (aggregation)](/guides/lazy-sequencing.md) * [Testing and deploying smart-contract with cw-orch](/guides/cw-orch.md) * [How to integrate Range with your rollup](/guides/rollkit-monitoring.md) +* [How to use IBC token (TIA) as gas token in your rollup](/guides/use-tia-for-gas.md) ## 💻 Support {#support} diff --git a/tutorials/gm-world-tia-gas.md b/guides/use-tia-for-gas.md similarity index 100% rename from tutorials/gm-world-tia-gas.md rename to guides/use-tia-for-gas.md