You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
16
17
17
18
### MetaMask
18
19
19
20
You can install MetaMask from their [official website](https://metamask.io/download/).
20
21
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 walletby following the steps below.
22
23
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.
24
25
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:
| 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.
| Block Explorer URL |[https://scrollscan.com/](https://scrollscan.com/)|[https://etherscan.io](https://etherscan.io)|
40
+
41
+
<ToggleElementanchor="mainnet-additional-infra">
42
+
<divslot="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 |
For looking into activity on Layer 1, use Etherscan's [Sepolia Testnet Explorer](https://sepolia.etherscan.io).
36
71
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
***[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/)
0 commit comments