Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected error in project name #366

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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官方跨链桥一样