diff --git a/ArbosActs.sol b/ArbosActs.sol index 7034f58..dfdd087 100644 --- a/ArbosActs.sol +++ b/ArbosActs.sol @@ -37,12 +37,19 @@ interface ArbosActs { ) external; function batchPostingReport( + uint256 batchTimestamp, + address batchPosterAddress, + uint64 batchNumber, + uint64 batchDataGas, + uint256 l1BaseFeeWei + ) external; + + function batchPostingReportV2( uint256 batchTimestamp, address batchPosterAddress, uint64 batchNumber, uint64 batchCalldataLength, uint64 batchCalldataNonZeros, - uint64 batchLegacyGas, uint64 batchExtraGas, uint256 l1BaseFeeWei ) external;