diff --git a/src/adapter/l2Bridges/OFTL2Bridge.ts b/src/adapter/l2Bridges/OFTL2Bridge.ts index e0e3a9567f..31c02f7add 100644 --- a/src/adapter/l2Bridges/OFTL2Bridge.ts +++ b/src/adapter/l2Bridges/OFTL2Bridge.ts @@ -99,7 +99,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), diff --git a/src/finalizer/utils/opStack.ts b/src/finalizer/utils/opStack.ts index e722481691..02cbf99798 100644 --- a/src/finalizer/utils/opStack.ts +++ b/src/finalizer/utils/opStack.ts @@ -250,7 +250,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 = (