From 71f67b16202e7db979a216ea8d0a628a268e3e28 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Sun, 5 Oct 2025 12:49:38 +0300 Subject: [PATCH] Update opStack.ts --- src/finalizer/utils/opStack.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/finalizer/utils/opStack.ts b/src/finalizer/utils/opStack.ts index 9e1809c803..8ec47ba7a9 100644 --- a/src/finalizer/utils/opStack.ts +++ b/src/finalizer/utils/opStack.ts @@ -249,7 +249,7 @@ async function getOVMStdEvents( // that look exactly emit the same events as the standard bridge's ETH withdrawal process. This is used by the // https://blast.io/en/bridge UI, so the following query allows this finalizer to finalize withdrawals of WETH // from blast initiated through this hosted UI. ETH withdrawals sent in this manner through the Blast Bridge - // have the same ETHBridgeInitiated event signature so we only need to change the contract addres. + // have the same ETHBridgeInitiated event signature so we only need to change the contract address. if (chainIsBlast(chainId)) { const blastBridge = new Contract(CONTRACT_ADDRESSES[chainId].blastBridge.address, ovmStandardBridge.abi, provider); const blastEthEvents = (