Skip to content

Commit

Permalink
fixed-scoll-error
Browse files Browse the repository at this point in the history
  • Loading branch information
vsu727 committed Oct 10, 2024
1 parent 33d50db commit 0b12ffe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/en/user-guide/bridge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ It could take between **8 to 14 minutes** (awaiting block to become [_Safe_](htt

{/* <ClickToZoom src={bridge1} /> */}

{/* The pop-up panel lists the most recent transactions made in the Bridge app. There are two statuses: Sepolia status and Scroll Sepolia status. For deposit transactions (L1 -> L2), once your transaction becomes _Safe_ on Sepolia (**8 to 14 minutes**), you will see the **`success`** status shown. Your funds will be relayed to Scoll Sepolia after this. */}
{/* The pop-up panel lists the most recent transactions made in the Bridge app. There are two statuses: Sepolia status and Scroll Sepolia status. For deposit transactions (L1 -> L2), once your transaction becomes _Safe_ on Sepolia (**8 to 14 minutes**), you will see the **`success`** status shown. Your funds will be relayed to Scroll Sepolia after this. */}

{/* The Recent Bridge Transactions window should give you an estimate of the time expected before your transaction is _Safe_ on Sepolia. */}

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/es/user-guide/bridge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Puede tardar entre **8 y 14 minutos** (esperando a que el bloque se vuelva [_Seg

{/* <ClickToZoom src={bridge1} /> */}

{/* The pop-up panel lists the most recent transactions made in the Bridge app. There are two statuses: Sepolia status and Scroll Sepolia status. For deposit transactions (L1 -> L2), once your transaction becomes _Safe_ on Sepolia (**8 to 14 minutes**), you will see the **`success`** status shown. Your funds will be relayed to Scoll Sepolia after this. */}
{/* The pop-up panel lists the most recent transactions made in the Bridge app. There are two statuses: Sepolia status and Scroll Sepolia status. For deposit transactions (L1 -> L2), once your transaction becomes _Safe_ on Sepolia (**8 to 14 minutes**), you will see the **`success`** status shown. Your funds will be relayed to Scroll Sepolia after this. */}

{/* The Recent Bridge Transactions window should give you an estimate of the time expected before your transaction is _Safe_ on Sepolia. */}

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/tr/user-guide/bridge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Tokenlarınızın Scroll Sepolia cüzdanınıza gelmesi **8 ile 14 dakika** aras

{/* <ClickToZoom src={bridge1} /> */}

{/* The pop-up panel lists the most recent transactions made in the Bridge app. There are two statuses: Sepolia status and Scroll Sepolia status. For deposit transactions (L1 -> L2), once your transaction becomes _Safe_ on Sepolia (**8 to 14 minutes**), you will see the **`success`** status shown. Your funds will be relayed to Scoll Sepolia after this. */}
{/* The pop-up panel lists the most recent transactions made in the Bridge app. There are two statuses: Sepolia status and Scroll Sepolia status. For deposit transactions (L1 -> L2), once your transaction becomes _Safe_ on Sepolia (**8 to 14 minutes**), you will see the **`success`** status shown. Your funds will be relayed to Scroll Sepolia after this. */}

{/* The Recent Bridge Transactions window should give you an estimate of the time expected before your transaction is _Safe_ on Sepolia. */}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ contract L2Token is ERC20, IScrollERC20Extension {

## 第 3 步:将代币添加到 Scroll 跨链桥

您需要联系Scroll团队,将代币添加到 Sroll 上的 `L2CustomERC20Gateway` 合约和 L1 上的 `L1CustomERC20Gateway` 合约。此外,请按照[代币列表](https://github.com/scroll-tech/token-list) 仓库内的说明将您的代币添加到 Scroll 官方跨链桥前端.
您需要联系Scroll团队,将代币添加到 Scroll 上的 `L2CustomERC20Gateway` 合约和 L1 上的 `L1CustomERC20Gateway` 合约。此外,请按照[代币列表](https://github.com/scroll-tech/token-list) 仓库内的说明将您的代币添加到 Scroll 官方跨链桥前端.


## 第 4 步: 存储代币
Expand Down Expand Up @@ -351,4 +351,4 @@ contract L2CustomERC20Gateway is L2ERC20Gateway, ScrollGatewayBase, Ownable {

### 桥接代币

我们现在可以调用 `MyL1Gateway` 合约的 `depositERC20``MyL2Gateway` 合约的 `withdrawERC20` ,就像Scroll官方跨链桥一样
我们现在可以调用 `MyL1Gateway` 合约的 `depositERC20``MyL2Gateway` 合约的 `withdrawERC20` ,就像Scroll官方跨链桥一样

0 comments on commit 0b12ffe

Please sign in to comment.