Skip to content

Commit 649be03

Browse files
committed
initial network changes
1 parent 6d5b124 commit 649be03

File tree

2 files changed

+53
-16
lines changed

2 files changed

+53
-16
lines changed

src/content/docs/en/developers/developer-quickstart.mdx

Lines changed: 49 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,66 @@ import Aside from "../../../../components/Aside.astro"
1212
import ClickToZoom from "../../../../components/ClickToZoom.astro"
1313
import networkSelection from "./_images/mmNetworkSelection.png"
1414
import injectedProviderMM from "./_images/injectedProviderMM.png"
15+
import ToggleElement from "../../../../components/ToggleElement.astro"
1516

1617
With Scroll, your favorite tools for building and testing smart contracts just work.
1718

18-
Since Scroll is bytecode equivalent with the EVM, you’ll just need to point your favorite builder tools at a Scroll Sepolia Testnet RPC Provider.
19+
Since Scroll is bytecode equivalent with the EVM, you’ll just need to point your favorite builder tools at a Scroll RPC Provider.
1920

2021
If you run into any issues, please reach out in [our Discord](https://discord.gg/scroll).
2122

22-
## Acquiring Testnet Ether
23+
## Acquiring Ether
2324

24-
To start building on Scroll, you'll first need to acquire some testnet ETH. See the [Faucet](/user-guide/faucet) page for tips on getting test tokens on Sepolia. After this, you can bridge your testnet ETH to the Scroll Sepolia Testnet (Layer 2) using our [Bridge](/user-guide/bridge).
25+
Scroll uses ETH as its native currency, which will be needed to pay transaction fees for deploying and interacting with the network.
26+
27+
To start building on Scroll, we suggest you begin with using our Scroll Sepolia testnet. You'll first need to acquire some testnet ETH. See the [Faucet](/user-guide/faucet) page for tips on getting test tokens on Sepolia. After this, you can bridge your testnet ETH to the Scroll Sepolia Testnet (Layer 2) using our [Bridge](/user-guide/bridge).
2528

2629
For a walkthrough, start with the User Guide's [Setup](/user-guide/setup) page.
2730

31+
Once you're ready to deploy on Scroll's mainnet, you can bridge over ETH using [our native bridge](https://scroll.io/bridge/) or one of the 3rd-party bridges.
32+
2833
## Network Configuration
2934

35+
### Scroll Mainnet
36+
37+
Use the table below to configure your Ethereum tools to the Scroll mainnet.
38+
39+
| Network Name | Scroll | Ethereum Mainnet |
40+
| ------------------ | -------------------------------------------------- | ---------------------------------------------------- |
41+
| RPC URL | [https://rpc.scroll.io/](https://rpc.scroll.io/) | [https://eth.llamarpc.com](https://eth.llamarpc.com) |
42+
| Chain ID | 534352 | 1 |
43+
| Currency Symbol | ETH | ETH |
44+
| Block Explorer URL | [https://scrollscan.com/](https://scrollscan.com/) | [https://etherscan.io](https://etherscan.io) |
45+
46+
<ToggleElement anchor="mainnet-additional-infra">
47+
<div slot="title">Additional Scroll Mainnet RPCs and Infra</div>
48+
- [Scroll RPC Providers on ChainList.org](https://chainlist.org/chain/534352)
49+
- [Ethereum RPC Providers on ChainList.org](https://chainlist.org/chain/1)
50+
- Additional Block Explorers:
51+
- [Dora](https://www.ondora.xyz/network/scroll/interactions)
52+
- [L2Scan](https://scroll.l2scan.co/)
53+
54+
</ToggleElement>
55+
56+
### Scroll Sepolia Testnet
57+
3058
Use the table below to configure your Ethereum tools to the Scroll Sepolia Testnet.
3159

32-
| Network Name | Scroll Sepolia Testnet | Sepolia Testnet |
33-
| ------------------ | ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
34-
| RPC URL | [https://sepolia-rpc.scroll.io/](https://sepolia-rpc.scroll.io/) | [https://eth-sepolia-public.unifra.io](https://eth-sepolia-public.unifra.io) |
35-
| Chain ID | 534351 | 11155111 |
36-
| Currency Symbol | ETH | ETH |
37-
| Block Explorer URL | [https://sepolia-blockscout.scroll.io](https://sepolia-blockscout.scroll.io/) | [https://sepolia.etherscan.io](https://sepolia.etherscan.io) |
60+
| Network Name | Scroll Sepolia | Ethereum Sepolia |
61+
| ------------------ | ----------------------------------------------------------------- | ------------------------------------------------------------ |
62+
| RPC URL | [https://sepolia-rpc.scroll.io/](https://sepolia-rpc.scroll.io/) | [https://rpc2.sepolia.org](https://rpc2.sepolia.org) |
63+
| Chain ID | 534351 | 11155111 |
64+
| Currency Symbol | ETH | ETH |
65+
| Block Explorer URL | [https://sepolia.scrollscan.com](https://sepolia.scrollscan.com/) | [https://sepolia.etherscan.io](https://sepolia.etherscan.io) |
66+
67+
<ToggleElement anchor="sepolia-additional-infra">
68+
<div slot="title">Additional Scroll Sepolia RPCs and Infra</div>
69+
- [Scroll Sepolia RPC Providers on ChainList.org](https://chainlist.org/chain/534351)
70+
- [Ethereum Sepolia RPC Providers on ChainList.org](https://chainlist.org/chain/11155111)
71+
- Additional Block Explorers:
72+
- [Dora](https://www.ondora.xyz/network/scroll-sepolia/interactions)
73+
74+
</ToggleElement>
3875

3976
## Configure your tooling
4077

@@ -126,7 +163,7 @@ live:
126163
- name: Ethereum
127164
networks:
128165
- chainid: 534351
129-
explorer: https://sepolia-blockscout.scroll.io/
166+
explorer: https://sepolia.scrollscan.com/
130167
host: https://sepolia-rpc.scroll.io
131168
id: scrollSepolia
132169
name: Scroll Sepolia Testnet
@@ -195,7 +232,7 @@ Be sure to fund the deployment wallet as well! Run `yarn generate` to create the
195232

196233
To configure your frontend, you need to add the Scroll Sepolia Testnet as a network option, then select it as default.
197234

198-
To add the network, modify `packages/react-app/src/constants.js` .
235+
To add the network, modify `packages/react-app/src/constants.js`.
199236

200237
```jsx
201238
...
@@ -206,7 +243,7 @@ export const NETWORKS = {
206243
color: "#e9d0b8",
207244
chainId: 534351,
208245
rpcUrl: "https://sepolia-rpc.scroll.io/",
209-
blockExplorer: "https://sepolia-blockscout.scroll.io",
246+
blockExplorer: "https://sepolia.scrollscan.com",
210247
},
211248
...
212249
}

src/content/docs/en/developers/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ensuring that all code executed on the Scroll Layer 2 behaves just as if it were
2828

2929
## Getting Started
3030

31-
**Looking to build on the Scroll Sepolia Testnet?**
31+
**Looking to build on the Scroll?**
3232

3333
- For the essentials: Check out the [Developer Quickstart](/developers/developer-quickstart)
3434
- For a tutorial walking through deploying your first smart contract on Scroll, read our [contract deployment tutorial](/developers/guides/contract-deployment-tutorial)
@@ -78,9 +78,9 @@ ensuring that all code executed on the Scroll Layer 2 behaves just as if it were
7878
<ToggleElement anchor="community">
7979
<div slot="title">Community — Scroll brings together users and builders.</div>
8080
<p>
81-
We know the challenges of building in the open and getting user engagement before mainnet release! Scroll has a
82-
blossoming community of users and builders, and with a Discord community of over 100,000 users eager to try out
83-
applications on our testnet, we’re excited to connect builders with users that can provide real-world feedback.
81+
We know the challenges of building in the open and getting user engagement! Scroll has a blossoming community of
82+
users and builders, and with a Discord community of over 500,000 members eager to try out applications on our
83+
testnet or mainnet, we’re excited to connect builders with users that can provide real-world feedback.
8484
</p>
8585
</ToggleElement>
8686

0 commit comments

Comments
 (0)