From 410c6f91b86782b2bd4932969b3326fd8a7ea9ab Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Sat, 11 Oct 2025 17:11:12 +0300 Subject: [PATCH 1/2] chore: fix typo --- src/adapter/l2Bridges/OFTL2Bridge.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adapter/l2Bridges/OFTL2Bridge.ts b/src/adapter/l2Bridges/OFTL2Bridge.ts index 7ac7c63b33..fdee7c65f2 100644 --- a/src/adapter/l2Bridges/OFTL2Bridge.ts +++ b/src/adapter/l2Bridges/OFTL2Bridge.ts @@ -106,7 +106,7 @@ export class OFTL2Bridge extends BaseL2BridgeAdapter { contract: this.l2Bridge, chainId: this.l2chainId, method: "send", - unpermissionsed: false, + unpermissioned: false, nonMulticall: true, args: [sendParamStruct, feeStruct, refundAddress], value: BigNumber.from(feeStruct.nativeFee), From b100a060dcf92d3fdae284c6c4333410c3a0c880 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Sat, 11 Oct 2025 17:20:02 +0300 Subject: [PATCH 2/2] chore: fix typo --- 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 = (