From 3eeee1aac8023d08d6853dc535224ce06c26fb5c Mon Sep 17 00:00:00 2001 From: Sachin <118645141+Sachinhm22@users.noreply.github.com> Date: Fri, 20 Feb 2026 12:13:32 +0530 Subject: [PATCH 1/2] =?UTF-8?q?fix(zh):=20correct=20typo=20"Sroll"=20?= =?UTF-8?q?=E2=86=92=20"Scroll"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../guides/bridge-erc20-through-the-custom-gateway.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/zh/developers/guides/bridge-erc20-through-the-custom-gateway.mdx b/src/content/docs/zh/developers/guides/bridge-erc20-through-the-custom-gateway.mdx index b597e9185..9fc426fa3 100644 --- a/src/content/docs/zh/developers/guides/bridge-erc20-through-the-custom-gateway.mdx +++ b/src/content/docs/zh/developers/guides/bridge-erc20-through-the-custom-gateway.mdx @@ -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 步: 存储代币 @@ -351,4 +351,4 @@ contract L2CustomERC20Gateway is L2ERC20Gateway, ScrollGatewayBase, Ownable { ### 桥接代币 -我们现在可以调用 `MyL1Gateway` 合约的 `depositERC20`,`MyL2Gateway` 合约的 `withdrawERC20` ,就像Scroll官方跨链桥一样 \ No newline at end of file +我们现在可以调用 `MyL1Gateway` 合约的 `depositERC20`,`MyL2Gateway` 合约的 `withdrawERC20` ,就像Scroll官方跨链桥一样 From 6e247cc1ae497f4d233db9c5e56cc68f02ecb7f1 Mon Sep 17 00:00:00 2001 From: Sachin <118645141+Sachinhm22@users.noreply.github.com> Date: Fri, 20 Feb 2026 16:02:50 +0530 Subject: [PATCH 2/2] fix: standardize zero-knowledge terminology and improve grammar --- .../docs/en/developers/building-on-scroll.mdx | 30 +++++++++---------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/src/content/docs/en/developers/building-on-scroll.mdx b/src/content/docs/en/developers/building-on-scroll.mdx index b3acc5371..de2bc0736 100644 --- a/src/content/docs/en/developers/building-on-scroll.mdx +++ b/src/content/docs/en/developers/building-on-scroll.mdx @@ -13,13 +13,13 @@ import ToggleElement from "../../../../components/ToggleElement.astro" **Welcome to the Scroll developer documentation!** -Scroll is its own Layer 2 network built on Ethereum (more specifically, a “zero knowledge rollup”). +Scroll is its own Layer 2 network built on Ethereum (more specifically, a “zero-knowledge rollup”). -If you’re experienced in building on Ethereum, your code, dependencies, and tooling work with Scroll out of the box. This is possible because our network is compatible with EVM bytecode and designed to feel just like developing on Ethereum. +If you’re experienced in building on Ethereum, your code, dependencies, and tooling will work with Scroll out of the box. This is possible because our network is compatible with EVM bytecode and designed to feel just like developing on Ethereum. -