diff --git a/packages/website/pages/docs/guides/configure-your-wallet.mdx b/packages/website/pages/docs/guides/configure-your-wallet.mdx index 7228fa52aa..27bd307f6c 100644 --- a/packages/website/pages/docs/guides/configure-your-wallet.mdx +++ b/packages/website/pages/docs/guides/configure-your-wallet.mdx @@ -15,6 +15,9 @@ This guide help you connect your wallet to Taiko (Askja testnet). There are two ### Add the Taiko testnet Visit [https://chainid.network/](https://chainid.network/), search for "Taiko", and click the "Add Chain" button. + + ### Add HORSE and BLL tokens to your wallet + Use your wallet (e.g., Metamask) and [import the tokens](https://support.ledger.com/hc/en-us/articles/6375103346077-Add-custom-tokens-to-MetaMask?docs=true) with [this configuration](https://gist.githubusercontent.com/d1onys1us/8f8824daed0882b1094296f824fae53c/raw/15204c4a4927a7f48a78c195323ce0d573d6b7c0/taiko_tokens.json). ## Troubleshooting diff --git a/packages/website/pages/docs/guides/receive-tokens.mdx b/packages/website/pages/docs/guides/receive-tokens.mdx index c4807f4053..e48bbf6739 100644 --- a/packages/website/pages/docs/guides/receive-tokens.mdx +++ b/packages/website/pages/docs/guides/receive-tokens.mdx @@ -2,6 +2,8 @@ import { Steps } from "nextra-theme-docs"; This guide will help you receive testnet tokens from the faucet(s). +> The HORSE token and BLL token are both dummy test tokens that are used for testing the bridge and swap. + ## Prerequisites - You have an Ethereum wallet address to accept the testnet tokens. @@ -11,8 +13,9 @@ This guide will help you receive testnet tokens from the faucet(s). ### Receive Sepolia ETH Visit one the faucets to receive ETH on Sepolia: - - [https://sepolia-faucet.pk910.de](https://sepolia-faucet.pk910.de/) (recommended) - - [https://faucet-sepolia.rockx.com](https://faucet-sepolia.rockx.com/) + - #1 recommended: [https://sepolia-faucet.pk910.de](https://sepolia-faucet.pk910.de/) + - #2 recommended: Ask a moderator on the Taiko Discord + - #3 recommended: [https://faucet-sepolia.rockx.com](https://faucet-sepolia.rockx.com/) ### Receive HORSE Navigate to [the bridge](https://bridge.a2.taiko.xyz), select HORSE from the dropdown, and click "Faucet". diff --git a/packages/website/pages/docs/guides/swap-tokens.mdx b/packages/website/pages/docs/guides/swap-tokens.mdx index a538b162cd..db29e3d0a7 100644 --- a/packages/website/pages/docs/guides/swap-tokens.mdx +++ b/packages/website/pages/docs/guides/swap-tokens.mdx @@ -2,6 +2,8 @@ import { Steps } from "nextra-theme-docs"; This guide will you help you interact with Swap, which is a fork of Uniswap v2 which Taiko has deployed only for testing purposes. +> The HORSE token and BLL token are both dummy test tokens that are used for testing the bridge and swap. + ## Prerequisites - You must have some tokens (at least ETH) on Taiko (Askja testnet). You can [receive some ETH, HORSE, and BLL from the faucets](/docs/guides/receive-tokens) and then [bridge them to Taiko](/docs/guides/use-the-bridge). diff --git a/packages/website/pages/docs/guides/use-the-bridge.mdx b/packages/website/pages/docs/guides/use-the-bridge.mdx index f1aea007d2..d7ac1a8c7d 100644 --- a/packages/website/pages/docs/guides/use-the-bridge.mdx +++ b/packages/website/pages/docs/guides/use-the-bridge.mdx @@ -7,6 +7,8 @@ import { Callout, Steps } from "nextra-theme-docs"; This guide will help you use the bridge to send tokens between Sepolia and Taiko (Askja testnet). You can read more about how bridging works [here](/docs/concepts/bridging#what-is-the-taiko-bridge). +> The HORSE token and BLL token are both dummy test tokens that are used for testing the bridge and swap. + ## Prerequisites - A wallet with some testnet ETH on Sepolia and/or Taiko (you can [receive tokens here](/docs/guides/receive-tokens)).