diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json
index e5b4c44e5..4ff8401d9 100644
--- a/public/locales/en/translation.json
+++ b/public/locales/en/translation.json
@@ -66,6 +66,8 @@
"commonErrors": "Common Errors",
"rollupExplorer": "Rollup Explorer",
"scrollSepoliaBlockExplorer": "Scroll Sepolia Explorer",
+ "scrollMainnet": "Scroll Mainnet",
+ "scrollscan": "Scrollscan Block Explorer",
"sepoliaBlockExplorer": "Sepolia Explorer",
"community": "Community",
"discord": "Discord",
diff --git a/src/config/sidebar.ts b/src/config/sidebar.ts
index dff7ea04d..c4db64b6e 100644
--- a/src/config/sidebar.ts
+++ b/src/config/sidebar.ts
@@ -40,9 +40,19 @@ export const getSidebar = () => {
},
{
title: t("sidebar.gettingStarted.scrollSepoliaBlockExplorer"),
- url: "https://sepolia-blockscout.scroll.io/",
+ url: "https://sepolia.scrollscan.com/",
},
{ title: t("sidebar.gettingStarted.sepoliaBlockExplorer"), url: "https://sepolia.etherscan.io/" },
+ { title: t("sidebar.gettingStarted.rollupExplorer"), url: "https://sepolia.scroll.io/rollupscan" },
+ ],
+ },
+ {
+ section: t("sidebar.gettingStarted.scrollMainnet"),
+ contents: [
+ {
+ title: t("sidebar.gettingStarted.scrollscan"),
+ url: "https://scrollscan.com/",
+ },
{ title: t("sidebar.gettingStarted.rollupExplorer"), url: "https://scroll.io/rollupscan" },
],
},
diff --git a/src/content/docs/en/getting-started/overview.md b/src/content/docs/en/getting-started/overview.md
index a3c95865f..5f7767bb2 100644
--- a/src/content/docs/en/getting-started/overview.md
+++ b/src/content/docs/en/getting-started/overview.md
@@ -12,7 +12,7 @@ whatsnext: { "User Guide": "/user-guide/", "Building on Scroll": "/developers/"
Scroll is a security-focused scaling solution for Ethereum, using innovations in scaling design and zero knowledge proofs to build a new layer on Ethereum. The Scroll network is more accessible, more responsive, and can support more users at once than Ethereum alone, and if you've ever used or developed an application on Ethereum, you'll be right home on Scroll.
-Want to try out the Scroll Sepolia testnet? Check out our [User Guide](/user-guide/).
+Want to try out the Scroll Sepolia testnet with free assets before using Scroll? Check out our [User Guide](/user-guide/).
## What is Scroll building?
@@ -30,14 +30,12 @@ For more information on our architecture, see [Scroll Architecture](/technology/
## Can I use Scroll today?
-Our Scroll Sepolia testnet is live. Although we have a [comprehensive guide](/user-guide/), if you're familiar with using Ethereum, you can get started in minutes:
+Scroll mainnet on Ethereum is live! We also have a testnet running on Ethereum Sepolia, the Scroll Sepolia testnet. Although we have a [comprehensive guide](/user-guide/), if you're familiar with using Ethereum, you can get started in minutes:
-- Visit our [Bridge](https://scroll.io/bridge) and connect your wallet
-- Send tokens from Sepolia to Scroll Sepolia testnet (or use a [faucet](/user-guide/faucet))
-- Test out a dapp like our [Uniswap Showcase](http://uniswap-showcase.sepolia.scroll.xyz/) -- just be sure to select the Scroll Sepolia network!
-
-
+- Visit our [Bridge](https://scroll.io/bridge) or [Scroll Sepolia Bridge](https://sepolia.scroll.io/bridge) and connect your wallet
+- Send tokens from Ethereum mainnet to Scroll (or use a Scroll Sepolia [faucet](/user-guide/faucet))
+- Test out Scroll Sepolia testnet dapp like our [Uniswap Showcase](http://uniswap-showcase.sepolia.scroll.xyz/) or even [Aave](https://app.aave.com/) -- just be sure to select the Scroll Sepolia network!
## Where is Scroll headed?
-We're currently in our final testnet before launching our mainnet on Ethereum. Next up -- decentralizing each component of the stack. Check out [our roadmap](https://scroll.io) or follow along in [our Discord](https://discord.gg/scroll) or on [Twitter](https://twitter.com/scroll_zkp).
+We're released our mainnet on Ethereum, but there's still more work to do. Next up -- decentralizing each component of the stack. To stay up to date, check out [our blog](https://scroll.io/blog) or follow along in [our Discord](https://discord.gg/scroll) or on [Twitter](https://twitter.com/scroll_zkp).
diff --git a/src/content/docs/en/user-guide/bridge.mdx b/src/content/docs/en/user-guide/bridge.mdx
index b55ce7853..135cdc828 100644
--- a/src/content/docs/en/user-guide/bridge.mdx
+++ b/src/content/docs/en/user-guide/bridge.mdx
@@ -19,7 +19,7 @@ excerpt: "To start bridging assets from Sepolia, navigate to the portal bridge a
{/* TODO: Update all instructions after being able to walk through the whole flow. */}
-Visit our [Bridge](https://scroll.io/bridge) app to get started![^thanks-hop] The Bridge supports both **Deposit** and **Withdraw** operations, allowing users to trustlessly move assets from Sepolia Testnet to Scroll Sepolia Testnet.
+Visit our [Bridge](https://sepolia.scroll.io/bridge) app to get started![^thanks-hop] The Bridge supports both **Deposit** and **Withdraw** operations, allowing users to trustlessly move assets from Sepolia Testnet to Scroll Sepolia Testnet.
[^thanks-hop]: Forked from [Hop Exchange](https://hop.exchange/)'s UI 🙌
Deposits can take up to 15 minutes to be available on Scroll.
@@ -34,7 +34,7 @@ The time estimates above are typical for normal network behavior and activity le
### Instructions
-1. First, navigate to the [Scroll Bridge](https://scroll.io/bridge) and press the "Connect Wallet."
+1. First, navigate to the [Scroll Bridge](https://sepolia.scroll.io/bridge) and press the "Connect Wallet."
1. In the app, ensure that **Ethereum Sepolia** is on top and **Scroll Sepolia** is on the bottom. You can click the "**↓**" button to switch their positions.
1. Select the token you want to transfer from Sepolia to Scroll Sepolia. If it's you're first time bridging, try "ETH."
1. If this is your first time transferring a specific ERC20 token, you must **Approve** the Sepolia Bridge contract to access your ERC20 token.
diff --git a/src/content/docs/en/user-guide/index.md b/src/content/docs/en/user-guide/index.mdx
similarity index 59%
rename from src/content/docs/en/user-guide/index.md
rename to src/content/docs/en/user-guide/index.mdx
index 9813190d0..30beeb288 100644
--- a/src/content/docs/en/user-guide/index.md
+++ b/src/content/docs/en/user-guide/index.mdx
@@ -8,26 +8,34 @@ excerpt: "Thank you for testing out our Sepolia Testnet. The Sepolia Testnet con
whatsnext: { "Set Up Your Wallet": "/user-guide/setup" }
---
+import Aside from "../../../../components/Aside.astro"
+
+
+
Thank you for testing the Scroll Sepolia Testnet. If you have questions or want to give feedback, join our [Discord](https://discord.gg/scroll)!
-The Sepolia Testnet consists of _Ethereum's Sepolia Testnet_ and the _Scroll Sepolia_ test network. Sepolia is an Ethereum test network, while Scroll Sepolia is a zero knowledge rollup testnet deployed on top of the former. There are some pre-deployed demo applications: a [bridge](https://scroll.io/bridge) between _Sepolia_ and _Scroll Sepolia_,[^1] a [block explorer](https://sepolia-blockscout.scroll.io/) for _Scroll Sepolia_,[^2] and a [rollup explorer](https://scroll.io/rollupscan).
+The Sepolia Testnet consists of _Ethereum's Sepolia Testnet_ and the _Scroll Sepolia_ test network. Sepolia is an Ethereum test network, while Scroll Sepolia is a zero knowledge rollup testnet deployed on top of the former. There are some pre-deployed demo applications: a [bridge](https://sepolia.scroll.io/bridge) between _Sepolia_ and _Scroll Sepolia_,[^1] a [block explorer](https://sepolia-blockscout.scroll.io/) for _Scroll Sepolia_,[^2] and a [rollup explorer](https://sepolia.scroll.io/rollupscan).
To view L1 transactions, check out Etherscan's [Sepolia explorer](https://sepolia.etherscan.io/).
-To view L2 transactions, you can use Scroll's block explorer, but you may also want to try out the additional functionality provided by [Dora](https://www.ondora.xyz/network/scroll-sepolia/interactions) or [L2Scan](https://scroll.l2scan.co/).
+To view L2 transactions, you can use [Scrollscan](https://sepolia.scrollscan.com) or Scroll's [Blockscout](https://sepolia-blockscout.scroll.io/), but you may also want to try out the additional functionality provided by [Dora](https://www.ondora.xyz/network/scroll-sepolia/interactions) or [L2Scan](https://scroll-sepolia.l2scan.co/).
Here is the suggested workflow to explore the Testnet:
-1. Add the [Sepolia Testnet](https://scroll.io/portal) configurations to your wallet.
+1. Add the [Sepolia Testnet](https://sepolia.scroll.io/portal) configurations to your wallet.
2. Request test tokens in the _Sepolia_ network from any Ethereum Faucet app. (see [Faucet](/user-guide/faucet) article)
-3. Transfer test tokens from _Sepolia_ to _Scroll Sepolia_ through the [Bridge](https://scroll.io/bridge) app.
+3. Transfer test tokens from _Sepolia_ to _Scroll Sepolia_ through the [Bridge](https://sepolia.scroll.io/bridge) app.
4. Transfer tokens to other wallets on _Scroll Sepolia_ using your wallet.
-5. Explore our ecosystem, interacting with contracts like [Uniswap](http://uniswap-showcase.sepolia.scroll.xyz/).
-6. Withdraw tokens from _Scroll Sepolia_ to _Sepolia_ through the [Bridge](https://scroll.io/bridge) app.
+5. Explore our ecosystem, interacting with contracts like [Uniswap](https://uniswap-showcase.sepolia.scroll.xyz/) or [Aave](https://app.aave.com).
+6. Withdraw tokens from _Scroll Sepolia_ to _Sepolia_ through the [Bridge](https://sepolia.scroll.io/bridge) app.
You can find the instructions for each app in the rest of this user guide.
-
-
## Questions & Feedback
If you encounter any issues, join our [Discord](https://discord.gg/scroll) and talk to us in the `#general-support` channel. We would love to hear your thoughts or feedback on how we can improve your experience, too.
diff --git a/src/content/docs/en/user-guide/setup.mdx b/src/content/docs/en/user-guide/setup.mdx
index 3f90fe4ce..585d4a087 100644
--- a/src/content/docs/en/user-guide/setup.mdx
+++ b/src/content/docs/en/user-guide/setup.mdx
@@ -18,23 +18,23 @@ You need to have a wallet to interact with dApps on the Scroll Sepolia testnet.
You can install MetaMask from their [official website](https://metamask.io/download/).
-You can import the Scroll Sepolia testnet configurations to your MetaMask wallet. To do this, visit the [Scroll Sepolia portal](https://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.
+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.
### Manual network configuration (for other wallets)
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:
-| Network Name | Scroll Sepolia Testnet | Sepolia Testnet |
-| ------------------ | ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
-| RPC URL | [https://sepolia-rpc.scroll.io/](https://sepolia-rpc.scroll.io/) | [https://eth-sepolia-public.unifra.io](https://eth-sepolia-public.unifra.io) |
-| Chain ID | 534351 | 11155111 |
-| Currency Symbol | ETH | ETH |
-| Block Explorer URL | [https://sepolia-blockscout.scroll.io](https://sepolia-blockscout.scroll.io/) | [https://sepolia.etherscan.io](https://sepolia.etherscan.io) |
+| Network Name | Scroll Sepolia Testnet | Sepolia Testnet |
+| ------------------ | ---------------------------------------------------------------- | ---------------------------------------------------------------------------- |
+| RPC URL | [https://sepolia-rpc.scroll.io/](https://sepolia-rpc.scroll.io/) | [https://eth-sepolia-public.unifra.io](https://eth-sepolia-public.unifra.io) |
+| Chain ID | 534351 | 11155111 |
+| Currency Symbol | ETH | ETH |
+| Block Explorer URL | [https://sepolia.scrollscan.com](https://sepolia.scrollscan.com) | [https://sepolia.etherscan.io](https://sepolia.etherscan.io) |