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
Copy file name to clipboardExpand all lines: src/content/docs/en/developers/scroll-contracts.mdx
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,14 @@ Use the table below to configure your Ethereum tools to the Scroll mainnet.
102
102
103
103
### Safe
104
104
105
-
You can access Safe on Scroll [here](https://safe.scroll.xyz/), and the transaction service API is at https://transaction.safe.scroll.xyz.
105
+
Scroll is available in the [official Safe app](app.safe.global), and the transaction service API is at https://safe-transaction-scroll.safe.global/.
106
+
<Asidetype="caution"title="Safe transition">
107
+
Scroll Mainnet will not be supported on [safe.scroll.xyz](safe.scroll.xyz) after June 20th!
108
+
Created safes are automatically available in the official app, but local data (address book, settings, and variables) needs to be manually transferred over, using the Export/Import functionality [here](https://safe.scroll.xyz/settings/data).
109
+
Also, if you have unfinished transactions on Mainnet here, please finalize them before June 20th!
Copy file name to clipboardExpand all lines: src/content/docs/en/developers/transaction-fees-on-scroll.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Transactions aren't committed 1-by-1 -- they are collected in batches of blocks
60
60
61
61
### Estimating the L1 Data Fee
62
62
63
-
Scroll has a pre-deployed `L1GasPriceOracle`, accessible on both Scroll and Scroll Sepolia at ([`0x5300000000000000000000000000000000000002`](https://sepolia.scrollscan.com/address/0x5300000000000000000000000000000000000002)). It provides a `getL1Fee` method to estimate the L1 data fee for a given transaction's raw data.
63
+
Scroll has a pre-deployed `L1GasPriceOracle` at `0x5300000000000000000000000000000000000002`, accessible on both [Scroll Mainnet](https://scrollscan.com/address/0x5300000000000000000000000000000000000002)and [Scroll Sepolia](https://sepolia.scrollscan.com/address/0x5300000000000000000000000000000000000002). It provides a `getL1Fee` method to estimate the L1 data fee for a given transaction's raw data.
64
64
65
65
```solidity
66
66
function getL1Fee(bytes memory _data) external view override returns (uint256);
Copy file name to clipboardExpand all lines: src/content/docs/en/user-guide/bridge.mdx
+24-33Lines changed: 24 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -20,32 +20,24 @@ excerpt: "To start bridging assets from Sepolia, navigate to the portal bridge a
20
20
{/* TODO: Update all instructions after being able to walk through the whole flow. */}
21
21
22
22
23
-
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.
24
-
[^thanks-hop]: Forked from [Hop Exchange](https://hop.exchange/)'s UI 🙌
23
+
Visit our bridge app on [Sepolia testnet](https://sepolia.scroll.io/bridge) or [Mainnet](https://scroll.io/bridge) to get started! The Bridge supports both **Deposit** and **Withdraw** operations, allowing users to trustlessly move assets from L1 to L2.
25
24
26
-
Deposits can take up to 15 minutes to be available on Scroll.
27
-
28
-
Withdrawals, which require a second interaction on Sepolia after the withdrawal is finalized, can take much longer.
29
-
30
-
:::caution[Waiting a long time for a bridge transaction?]
31
-
The time estimates above are typical for normal network behavior and activity levels. Because we only process so many queued L1 transactions per an L2 block, bridged messages may take longer to be included on Scroll in times of exceptional network usage.
32
-
:::
33
-
34
-
## Deposit from Sepolia to Scroll Sepolia
25
+
## Deposit from Ethereum to Scroll
35
26
36
27
### Instructions
37
28
38
-
1. First, navigate to the [Scroll Bridge](https://sepolia.scroll.io/bridge) and press the "Connect Wallet" button.
39
-
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.
40
-
1. Select the token you want to transfer from Sepolia to Scroll Sepolia. If it's you're first time bridging, try "ETH."
41
-
1. If this is your first time transferring a specific ERC20 token, you must **Approve** the Sepolia Bridge contract to access your ERC20 token.
42
-
1. Next, click the **Send to Scroll Sepolia** button to make the deposit. Your wallet will ask to confirm the transfer transaction.
43
-
1. Once the transfer transaction is sent and confirmed, the token will be deducted from your Sepolia wallet.
44
-
1. You can always check the status of a transaction by pressing the "History" icon next to your wallet address in the top-right corner.
29
+
1. After navigating to the bridge app, press the "Connect Wallet" button. You might need to switch your wallet to the right network.
30
+
1. In the app, select the **Deposit to Scroll** tab.
31
+
1. Select the token you want to transfer from the L1 network. If it's your first time bridging, try "ETH."
32
+
1. If this is your first time transferring a specific ERC20 token, you must **Approve** the Sepolia or Ethereum Bridge contract to access your ERC20 token.
33
+
1. Select your deposit mode. The Fast option initiates a bridge transfer immediately, while the Economy option groups multiple requests together and initiates a single bridge transfer for the batch, sharing the cost among all included requests.
34
+
1. Next, slide the **Deposit funds** button to make the deposit. Your wallet will ask to confirm the transfer transaction.
35
+
1. Once the transfer transaction is sent and confirmed, the token will be deducted from your wallet.
36
+
1. You can always check the status of a transaction by pressing the "Transaction History" icon next to your wallet address in the top-right corner.
45
37
46
-
### When will the token arrive in your Scroll Sepolia wallet?
38
+
{/*### When will the token arrive in your Scroll Sepolia wallet?
47
39
48
-
It could take between **8 to 14 minutes** (awaiting block to become [_Safe_](https://www.alchemy.com/overviews/ethereum-commitment-levels#what-are-ethereum-commitment-levels) on Sepolia) before the token shows up in your Scroll Sepolia wallet.
40
+
It could take between **8 to 14 minutes** (awaiting block to become [_Safe_](https://www.alchemy.com/overviews/ethereum-commitment-levels#what-are-ethereum-commitment-levels) on Sepolia) before the token shows up in your Scroll Sepolia wallet.*/}
49
41
50
42
{/* You can check the progress of deposit transactions as follows: */}
51
43
@@ -71,37 +63,36 @@ It could take between **8 to 14 minutes** (awaiting block to become [_Safe_](htt
71
63
72
64
{/* <ClickToZoom src={bridge4} /> */}
73
65
74
-
## Withdraw from Scroll Sepolia to Sepolia
66
+
## Withdraw from Scroll to Ethereum
75
67
76
68
### Instructions
77
69
78
70
#### Submitting your Initial Withdrawal Transaction
79
71
80
-
1. First, switch to the **Scroll Sepolia** network in your wallet.
81
-
1. In the app, ensure that **Scroll Sepolia** is on top and **Ethereum Sepolia** is on the bottom. You can click the "**↓**" button to switch the positions.
82
-
1. Select the token you want to transfer from **Scroll Sepolia** to **Sepolia**. If it's you're first time bridging, try "ETH."
83
-
1. If this is your first time transferring a specific ERC20 token, you must **Approve** the Scroll Sepolia Bridge contract to access your ERC20 token.
84
-
1. Next, click the **Send to Ethereum Sepolia** button to make the withdrawal. Your wallet will ask to confirm the transfer transaction.
85
-
1. Once the transfer transaction is sent and confirmed, the token will be deducted from your Scroll Sepolia wallet.
72
+
1. First, select the **Withdraw to Ethereum** tab in the app. You might need to switch your wallet to the right network.
73
+
1. Select the token you want to transfer, If it's you're first time bridging, try "ETH."
74
+
1. If this is your first time transferring a specific ERC20 token, you must **Approve** the Scroll Bridge contract to access your ERC20 token.
75
+
1. Next, slide the **Withdraw funds** button to make the withdrawal. Your wallet will ask to confirm the transfer transaction.
76
+
1. Once the transfer transaction is sent and confirmed, the token will be deducted from your wallet.
_The remaining steps happen on Scroll Sepolia, but you first must wait for your transaction to be fully proven ("finalized") on Ethereum Sepolia. This process can take up to four hours._
82
+
_The remaining steps happen on Scroll, but you first must wait for your transaction to be fully proven ("finalized") on the L1 side. This process can take up to four hours._
92
83
93
-
1. When your withdrawal transaction is completed finalizing on Ethereum Sepolia, you will see the "Claim" button in the Recent Transactions area become solid.
84
+
1. When your withdrawal transaction is completed finalizing on Sepolia or Ethereum, you will see the "Claim" button in the Recent Transactions area become solid.
94
85
1. Click the "Claim" button to submit the Execute Withdrawal transaction.
95
-
1. Once submitted, your withdrawn funds should appear immediately in your Sepolia wallet.
86
+
1. Once submitted, your withdrawn funds should appear immediately in your wallet.
96
87
97
-
### When will the token arrive in your Sepolia wallet?
88
+
### When will the token arrive in your wallet?
98
89
99
-
The transferred token will arrive in your Sepolia wallet immediately after the block containing your Execute Withdrawal transaction is confirmed on Sepolia.
90
+
The transferred token will arrive in your wallet immediately after the block containing your Execute Withdrawal transaction is confirmed.
100
91
101
92
{/* TODO: check architecture link is live */}
102
93
103
94
:::tip[Rollup Status]
104
-
The rollup status `Finalized` indicates that the correct execution of transactions in this block has been proven by verifying a validity proof on-chain on Sepolia. For more information about rollup status, see [Scroll's Architecture Overview](/technology).
95
+
The rollup status `Finalized` indicates that the correct execution of transactions in this block has been proven by verifying a validity proof on-chain on the L1 chain. For more information about rollup status, see [Scroll's Architecture Overview](/technology).
105
96
:::
106
97
107
98
{/* You can check the progress of withdrawal transactions as follows: */}
0 commit comments