diff --git a/packages/website/pages/docs/guides.mdx b/packages/website/pages/docs/guides.mdx index 2458647950..9b9fc0b0ca 100644 --- a/packages/website/pages/docs/guides.mdx +++ b/packages/website/pages/docs/guides.mdx @@ -8,7 +8,6 @@ Check out our guides below. You can leave feedback [here](https://forms.gle/TAnV - diff --git a/packages/website/pages/docs/guides/_meta.json b/packages/website/pages/docs/guides/_meta.json index 788362e28f..441e47dc76 100644 --- a/packages/website/pages/docs/guides/_meta.json +++ b/packages/website/pages/docs/guides/_meta.json @@ -8,9 +8,6 @@ "bridge-tokens": { "title": "🌉 Bridge tokens" }, - "swap-tokens": { - "title": "🔄 Swap tokens" - }, "deploy-a-contract": { "title": "🚀 Deploy a contract" }, diff --git a/packages/website/pages/docs/guides/swap-tokens.mdx b/packages/website/pages/docs/guides/swap-tokens.mdx deleted file mode 100644 index 3c03d0c3dc..0000000000 --- a/packages/website/pages/docs/guides/swap-tokens.mdx +++ /dev/null @@ -1,42 +0,0 @@ -import { Callout, Steps } from "nextra-theme-docs"; - -# Swap tokens - -This guide will help you interact with Swap, which is a fork of Uniswap v2 that Taiko has deployed only for testing purposes. - -## Prerequisites - -- You must have some tokens to swap on Taiko, and ETH to cover the gas cost. You can [receive some ETH and HORSE from the faucets](/docs/guides/receive-tokens) and then [bridge them to Taiko](/docs/guides/bridge-tokens). - -## Steps - - - ### Visit Swap - - Visit the [Swap dapp](https://swap.jolnir.taiko.xyz). - - ### Follow the video guide for swapping tokens - - - - ### Follow the video guide for adding liquidity - - - -