diff --git a/packages/website/docs/alpha-1-testnet/configure-wallet.mdx b/packages/website/docs/alpha-1-testnet/configure-wallet.mdx index 40b065852b..15b72c72e2 100644 --- a/packages/website/docs/alpha-1-testnet/configure-wallet.mdx +++ b/packages/website/docs/alpha-1-testnet/configure-wallet.mdx @@ -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. - -
-
- +| Network | Add to MetaMask | +| ------------------ | ----------------------------------------------------------------- | +| Taiko's private L1 | | +| Taiko | | ## RPC configuration for adding to other wallets diff --git a/packages/website/docs/alpha-1-testnet/get-started.md b/packages/website/docs/alpha-1-testnet/get-started.md index 3a36ee5f45..266cc9d91e 100644 --- a/packages/website/docs/alpha-1-testnet/get-started.md +++ b/packages/website/docs/alpha-1-testnet/get-started.md @@ -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 diff --git a/packages/website/src/components/AddEthereumChainButton/index.tsx b/packages/website/src/components/AddEthereumChainButton/index.tsx index 09e2abc0a7..08c12d5462 100644 --- a/packages/website/src/components/AddEthereumChainButton/index.tsx +++ b/packages/website/src/components/AddEthereumChainButton/index.tsx @@ -54,12 +54,450 @@ async function addEthereumChain(chain: string) { export default function AddEthereumChainButton(props: Props): JSX.Element { return ( - + ); }