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/pages/user-guide/bridge.mdx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,11 @@ It takes about **2 minutes** (6 block confirmations on Scroll L1) before the tok
29
29
30
30
1. Click your wallet address at the top-right corner of the Bridge web app. The pop-up panel lists the most recent 3 transactions that you made in the Bridge app (see the image below).
31
31
32
-
<imgsrc={bridgeTransactions}alt="A preview of the Bridge UI showing recent transactions." />
32
+
<imgsrc={bridgeTransactions.src}alt="A preview of the Bridge UI showing recent transactions." />
33
33
34
34
1. Click the transaction hash of the recent deposit. It will open the _Transaction Details_ page in a new tab. You can find the block number containing this transaction.
35
35
36
-
<imgsrc={transactionDetails}alt="Viewing the transaction details and block number of bridging an asset." />
36
+
<imgsrc={transactionDetails.src}alt="Viewing the transaction details and block number of bridging an asset." />
37
37
38
38
1. You can then check the latest block height in the [Scroll L1 Block Explorer]('https://l1scan.scroll.io/'). If the difference between the latest block height and the block number in Step 2 is greater than 6, the deposited token should be funded in your Scroll L2 wallet.
39
39
@@ -59,12 +59,12 @@ You can check the progress of withdrawal transactions as follows:
59
59
60
60
1. Click your wallet address at the top-right corner of the Bridge web app. The pop-up panel lists the most recent 3 transactions you made in the Bridge app (see the image below).
61
61
62
-
<imgsrc={bridgeTransactions}alt="A preview of the Bridge UI showing recent transactions." />
62
+
<imgsrc={bridgeTransactions.src}alt="A preview of the Bridge UI showing recent transactions." />
63
63
64
64
1. Click the transaction hash of the recent withdrawal. It will open the Transaction Details page in a new tab. You can find the block number containing this transaction.
65
65
66
66
<img
67
-
src={transactionDetailsWithdraw}
67
+
src={transactionDetailsWithdraw.src}
68
68
alt="Viewing the transaction details and block number of a widthdrawn asset."
0 commit comments