From 50a40624d8d8f2df21b1476aec78d605100baabf Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:48:21 +0530 Subject: [PATCH] Fix typo: transfering -> transferring in L1StandardBridge --- .../packages/contracts-bedrock/src/L1/L1StandardBridge.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blast-optimism/packages/contracts-bedrock/src/L1/L1StandardBridge.sol b/blast-optimism/packages/contracts-bedrock/src/L1/L1StandardBridge.sol index b84556b6..f0a11a0e 100644 --- a/blast-optimism/packages/contracts-bedrock/src/L1/L1StandardBridge.sol +++ b/blast-optimism/packages/contracts-bedrock/src/L1/L1StandardBridge.sol @@ -10,7 +10,7 @@ import { Constants } from "src/libraries/Constants.sol"; /// @custom:proxied /// @title L1StandardBridge -/// @notice The L1StandardBridge is responsible for transfering ETH and ERC20 tokens between L1 and +/// @notice The L1StandardBridge is responsible for transferring ETH and ERC20 tokens between L1 and /// L2. In the case that an ERC20 token is native to L1, it will be escrowed within this /// contract. If the ERC20 token is native to L2, it will be burnt. Before Bedrock, ETH was /// stored within this contract. After Bedrock, ETH is instead stored inside the