Skip to content

Commit c1fc210

Browse files
authored
Merge pull request #420 from scroll-tech/develop
docs: add pyth & mainnet wallet setup
2 parents a534287 + 1388474 commit c1fc210

File tree

3 files changed

+95
-19
lines changed

3 files changed

+95
-19
lines changed

src/config/sidebar.ts

Lines changed: 9 additions & 4 deletions
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

Lines changed: 49 additions & 15 deletions
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>

src/content/tools/en/arcana.mdx

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: "Arcana Network"
3+
category: ["Wallet", "Infra", "Onboarding", "Chain Abstraction"]
4+
excerpt: "Arcana Network Chain Abstraction SDK enables unified balance across chains for app users."
5+
logo: { src: "https://github.com/arcana-network/branding/blob/main/Arcana%20-%20Logomark%20-%20Pink%20on%20Grey.png?raw=true", alt: "Arcana Network Logo" }
6+
website: "https://arcana.network/"
7+
network: ["Mainnet"]
8+
---
9+
10+
[Arcana Network](https://arcana.network/) offers developers a suite of tools to onboard users from any ecosystem to Scroll, effortlessly.
11+
12+
* **[Arcana Chain Abstraction (CA) SDK](https://www.npmjs.com/package/@arcana/ca-sdk)**
13+
* **[Arcana CA Wallet (Standalone)](https://chromewebstore.google.com/detail/arcana-wallet/nieddmedbnibfkfokcionggafcmcgkpi)**
14+
15+
The [Chain Abstraction](https://docs.arcana.network/ca/introduction/ca/#chain-abstraction) feature aggregates user’s USDC, USDT, and ETH balances from other blockchains into a single [unified balance](https://docs.arcana.network/ca/introduction/ca/#unified-balance) that users can spend directly on Scroll without the friction of bridging, allowing for a seamless experience.
16+
17+
**Arcana Chain Abstraction (CA) SDK**:
18+
19+
Arcana’s Chain Abstraction SDK can be integrated with **any Web3 app** on Scroll to enable unified balance for the app users. Unified balance lets users spend their consolidated multi-chain token balance on Scroll. The integration is quick and easy:
20+
21+
- Minimal changes to the frontend code
22+
- No smart contract changes required
23+
- Users can bring existing browser-based third-party wallets
24+
- No lockups or transfer of assets required
25+
26+
**Arcana CA Wallet (Standalone)**:
27+
28+
A standalone wallet with built-in chain abstraction. Users can view and spend their unified unified balance across a variety of [supported apps](https://docs.arcana.network/web3-stack/ca_stack/#apps). Reach out to us if you’d like your app to be supported by Arcana
29+
30+
**References**
31+
32+
* Developers:
33+
- [How to integrate a Scroll App with Arcana Chain Abstraction SDK?](https://blog.arcana.network/arcanas-chain-abstraction-sdk-on-scroll/)
34+
- [CA SDK API](https://ca-sdk-ref-guide.netlify.app/)
35+
- [CA SDK Demo](https://sdk.arcana.network)
36+
* Users: [Try the Arcana CA Wallet](https://chromewebstore.google.com/detail/arcana-wallet/nieddmedbnibfkfokcionggafcmcgkpi)
37+
* Arcana Network [Website](https://arcana.network/)

0 commit comments

Comments
 (0)