Skip to content

Commit

Permalink
chore(website): a few final touches for asjka release (#13397)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us authored Mar 22, 2023
1 parent b14472c commit a6997a5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
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

0 comments on commit a6997a5

Please sign in to comment.