diff --git a/op-e2e/celo/src/withdraw.js b/op-e2e/celo/src/withdraw.js index 6515a129f00f0..24be29e362ffb 100644 --- a/op-e2e/celo/src/withdraw.js +++ b/op-e2e/celo/src/withdraw.js @@ -10,8 +10,7 @@ export const withdraw = async function (args, config) { hash: initiateHash, }) - const l2GasPayment = - receipt.gasUsed * receipt.effectiveGasPrice + receipt.l1Fee + const l2GasPayment = receipt.gasUsed * receipt.effectiveGasPrice; // FIXME: this blocks longer, the longer the devnet is running, see // https://github.com/ethereum-optimism/optimism/issues/7668