Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(website): a few final touches for asjka release #13397

Merged
merged 3 commits into from
Mar 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/website/pages/docs/guides/configure-your-wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
</Steps>

## Troubleshooting
Expand Down
7 changes: 5 additions & 2 deletions packages/website/pages/docs/guides/receive-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -11,8 +13,9 @@ This guide will help you receive testnet tokens from the faucet(s).
<Steps>
### 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".
Expand Down
2 changes: 2 additions & 0 deletions packages/website/pages/docs/guides/swap-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 2 additions & 0 deletions packages/website/pages/docs/guides/use-the-bridge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down