Skip to content

Commit 626cbb2

Browse files
committed
ArbosActs: separate BatchPostingReport from Detailed version
1 parent 6386586 commit 626cbb2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ArbosActs.sol

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,19 @@ interface ArbosActs {
3737
) external;
3838

3939
function batchPostingReport(
40+
uint256 batchTimestamp,
41+
address batchPosterAddress,
42+
uint64 batchNumber,
43+
uint64 batchDataGas,
44+
uint256 l1BaseFeeWei
45+
) external;
46+
47+
function detailedBatchPostingReport(
4048
uint256 batchTimestamp,
4149
address batchPosterAddress,
4250
uint64 batchNumber,
4351
uint64 batchCalldataLength,
4452
uint64 batchCalldataNonZeros,
45-
uint64 batchLegacyGas,
4653
uint64 batchExtraGas,
4754
uint256 l1BaseFeeWei
4855
) external;

0 commit comments

Comments
 (0)