Skip to content

Commit 3646b17

Browse files
authored
Merge pull request #416 from PrintRH/doc-update
Docs: add mainnet setup
2 parents d546fe2 + 414aabf commit 3646b17

File tree

2 files changed

+58
-19
lines changed

2 files changed

+58
-19
lines changed

src/config/sidebar.ts

+9-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ export const getSidebar = () => {
77
gettingStarted: [
88
{
99
section: t("sidebar.gettingStarted.gettingStarted"),
10-
contents: [{ title: t("sidebar.gettingStarted.overview"), url: "getting-started/overview" }],
11-
},
12-
{
13-
section: t("sidebar.gettingStarted.scrollSepoliaTestnet"),
1410
contents: [
11+
{
12+
title: t("sidebar.gettingStarted.overview"),
13+
url: "getting-started/overview",
14+
},
1515
{
1616
title: t("sidebar.gettingStarted.userGuide"),
1717
url: formatUrl("user-guide/"),
@@ -38,6 +38,11 @@ export const getSidebar = () => {
3838
},
3939
],
4040
},
41+
],
42+
},
43+
{
44+
section: t("sidebar.gettingStarted.scrollSepoliaTestnet"),
45+
contents: [
4146
{
4247
title: t("sidebar.gettingStarted.scrollSepoliaBlockExplorer"),
4348
url: "https://sepolia.scrollscan.com/",

src/content/docs/en/user-guide/setup.mdx

+49-15
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,72 @@ title: "Setup"
55
lang: "en"
66
permalink: "user-guide/setup/"
77
whatsnext: { "Grab Sepolia ETH from a Faucet": "/en/user-guide/faucet" }
8-
excerpt: "You need to have a wallet to interact with the Scroll Testnet. You can find some example wallets and configuration tips here."
8+
excerpt: "You need to have a wallet to interact with the Scroll network. You can find some example wallets and configuration tips here."
99
---
1010

1111
import Aside from "../../../../components/Aside.astro"
12+
import ToggleElement from "../../../../components/ToggleElement.astro"
1213

1314
## Wallet
1415

15-
You need to have a wallet to interact with dApps on the Scroll Sepolia testnet. You can find some example wallets and configuration tips below. Our Bridge app supports MetaMask, Coinbase Wallet, or any wallet with WalletConnect support.
16+
You need to have a wallet to interact with dApps on Scroll. You can find some example wallets and configuration tips below. Our Bridge app supports MetaMask, Coinbase Wallet, or any wallet with WalletConnect support.
1617

1718
### MetaMask
1819

1920
You can install MetaMask from their [official website](https://metamask.io/download/).
2021

21-
You can import the Scroll Sepolia testnet configurations to your MetaMask wallet. To do this, visit the [Scroll Sepolia portal](https://sepolia.scroll.io/portal), then click the "Connect Wallet" button and select MetaMask. Next, click the "Add to MetaMask" buttons for Sepolia Testnet and Scroll Sepolia Testnet. This will import the chain ID and RPC URLs for the Scroll Sepolia Testnet. The Sepolia Testnet is also configured on MetaMask by default. To show it, click "Show/hide test networks" in the MetaMask network selection dropdown menu.
22+
You can import the Scroll mainnet and Scroll Sepolia testnet configurations to your MetaMask wallet by following the steps below.
2223

23-
### Manual network configuration (for other wallets)
24+
To do this, visit the [Scroll Sepolia portal](https://sepolia.scroll.io/portal), then click the "Connect Wallet" button and select MetaMask. Next, click the "Add to MetaMask" buttons for Sepolia Testnet and Scroll Sepolia Testnet. This will import the chain ID and RPC URLs for the Scroll Sepolia Testnet. The Sepolia Testnet is also configured on MetaMask by default. To show it, click "Show/hide test networks" in the MetaMask network selection dropdown menu.
2425

25-
The **Add to wallet** links may not be compatible with every wallet. If you are having issues using them, you may need to manually add the _Sepolia Testnet_ and _Scroll Sepolia_ network by inserting the configuration details from the table below:
26+
## Network Configuration
2627

27-
| Network Name | Scroll Sepolia Testnet | Sepolia Testnet |
28-
| ------------------ | ---------------------------------------------------------------- | ---------------------------------------------------------------------------- |
29-
| RPC URL | [https://sepolia-rpc.scroll.io/](https://sepolia-rpc.scroll.io/) | [https://eth-sepolia-public.unifra.io](https://eth-sepolia-public.unifra.io) |
30-
| Chain ID | 534351 | 11155111 |
31-
| Currency Symbol | ETH | ETH |
32-
| Block Explorer URL | [https://sepolia.scrollscan.com](https://sepolia.scrollscan.com) | [https://sepolia.etherscan.io](https://sepolia.etherscan.io) |
28+
### Scroll Mainnet
29+
30+
Visit the [Scroll portal](https://scroll.io/portal), then click the "Connect Wallet" button and select MetaMask. Next, click the "Add to MetaMask" button in "Layer2: Scroll" to directly import the network configurations. Finally, click "Approve" to add the network to your MetaMask wallet.
31+
32+
Alternatively, you can use the table below to manually configure Scroll mainnet in other wallets.
33+
34+
| Network Name | Scroll | Ethereum Mainnet |
35+
| ------------------ | -------------------------------------------------- | ---------------------------------------------------- |
36+
| RPC URL | [https://rpc.scroll.io/](https://rpc.scroll.io/) | [https://eth.llamarpc.com](https://eth.llamarpc.com) |
37+
| Chain ID | 534352 | 1 |
38+
| Currency Symbol | ETH | ETH |
39+
| Block Explorer URL | [https://scrollscan.com/](https://scrollscan.com/) | [https://etherscan.io](https://etherscan.io) |
40+
41+
<ToggleElement anchor="mainnet-additional-infra">
42+
<div slot="title">Additional Scroll Mainnet RPCs and Infra</div>
43+
- [Scroll Native Bridge](https://scroll.io/bridge)
44+
- [Scroll RPC Providers on ChainList.org](https://chainlist.org/chain/534352)
45+
- [Ethereum RPC Providers on ChainList.org](https://chainlist.org/chain/1)
46+
47+
</ToggleElement>
48+
49+
### Scroll Sepolia Testnet
50+
51+
Visit the [Scroll Sepolia portal](https://sepolia.scroll.io/portal), then click the "Connect Wallet" button and select MetaMask. Next, click the "Add to MetaMask" buttons for Scroll Sepolia Testnet. This will import the chain ID and RPC URLs for the Scroll Sepolia Testnet. The Ethereum Sepolia Testnet is also configured on MetaMask by default. To show it, click "Show/hide test networks" in the MetaMask network selection dropdown menu.
52+
53+
Alternatively, you can use the table below to manually configure Scroll Sepolia testnet in other wallets.
54+
55+
| Network Name | Scroll Sepolia | Ethereum Sepolia |
56+
| ------------------ | ----------------------------------------------------------------- | ------------------------------------------------------------ |
57+
| RPC URL | [https://sepolia-rpc.scroll.io/](https://sepolia-rpc.scroll.io/) | [https://rpc2.sepolia.org](https://rpc2.sepolia.org) |
58+
| Chain ID | 534351 | 11155111 |
59+
| Currency Symbol | ETH | ETH |
60+
| Block Explorer URL | [https://sepolia.scrollscan.com](https://sepolia.scrollscan.com/) | [https://sepolia.etherscan.io](https://sepolia.etherscan.io) |
61+
62+
<ToggleElement anchor="sepolia-additional-infra">
63+
<div slot="title">Additional Scroll Sepolia RPCs and Infra</div>
64+
- [Scroll Sepolia Native Bridge](https://sepolia.scroll.io/bridge)
65+
- [Scroll Sepolia RPC Providers on ChainList.org](https://chainlist.org/chain/534351)
66+
- [Ethereum Sepolia RPC Providers on ChainList.org](https://chainlist.org/chain/11155111)
67+
68+
</ToggleElement>
3369

3470
<Aside type="tip" title="Additional Block Explorers">
35-
For looking into activity on Layer 1, use Etherscan's [Sepolia Testnet Explorer](https://sepolia.etherscan.io).
3671

37-
For an alternative block explorer experience, Unifra has built [L2Scan](https://scroll-sepolia.l2scan.co/), which lets users
38-
explore additional aspects of the Scroll Sepolia Testnet.
39-
[Dora](https://www.ondora.xyz/network/scroll-sepolia/interactions) also supports Scroll Sepolia and provides a
72+
For an alternative block explorer experience, Unifra has built [Scroll L2Scan](https://scroll.l2scan.co/) and [Scroll Sepolia L2Scan](https://scroll-sepolia.l2scan.co/), which lets users explore additional aspects of the Scroll network.
73+
[Dora](https://www.ondora.xyz/network/scroll) and [Dora (Scroll Sepolia)](https://www.ondora.xyz/network/scroll-sepolia/interactions) also supports Scroll network and provides a
4074
multi-chain view of blockchain activity.
4175

4276
</Aside>

0 commit comments

Comments
 (0)