Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us committed Dec 18, 2022
1 parent 1774f6d commit 5279d91
Show file tree
Hide file tree
Showing 3 changed files with 448 additions and 13 deletions.
13 changes: 5 additions & 8 deletions packages/website/docs/alpha-1-testnet/configure-wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@ import AddEthereumChainButton from "../../src/components/AddEthereumChainButton"

In order to use the Taiko app, we need to add Taiko's private L1 and Taiko your wallet.

## Automatically add networks to MetaMask
## Add networks to MetaMask

You can use the buttons below to add Taiko's private L1 and Taiko to your MetaMask wallet.

<AddEthereumChainButton
buttonText="Add Taiko's private L1 to MetaMask"
chain="l1"
/>
<br />
<br />
<AddEthereumChainButton buttonText="Add Taiko to MetaMask" chain="l2" />
| Network | Add to MetaMask |
| ------------------ | ----------------------------------------------------------------- |
| Taiko's private L1 | <AddEthereumChainButton buttonText="Add to MetaMask" chain="l1"/> |
| Taiko | <AddEthereumChainButton buttonText="Add to MetaMask" chain="l2"/> |

## RPC configuration for adding to other wallets

Expand Down
2 changes: 1 addition & 1 deletion packages/website/docs/alpha-1-testnet/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ All of the relevant links can be found in this site's navigation. The relevant l
| [L1 faucet](https://l1faucet.a1.taiko.xyz/) | For receiving ETH on Taiko's private L1 |
| [L2 faucet](https://l2faucet.a1.taiko.xyz/) | For receiving ETH on Taiko |
| [Bridge](https://bridge.a1.taiko.xyz/) | Bridge ETH/tokens between Taiko's private L1 and Taiko |
| [L1 explorer](https://l1explorer.a1.taiko.xyz/) | Explore blocks on Taiko's private |
| [L1 explorer](https://l1explorer.a1.taiko.xyz/) | Explore blocks on Taiko's private L1 |
| [L2 explorer](https://l2explorer.a1.taiko.xyz/) | Explore blocks on Taiko |

## Guided walkthrough
Expand Down

0 comments on commit 5279d91

Please sign in to comment.