We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6386586 commit 626cbb2Copy full SHA for 626cbb2
ArbosActs.sol
@@ -37,12 +37,19 @@ interface ArbosActs {
37
) external;
38
39
function batchPostingReport(
40
+ uint256 batchTimestamp,
41
+ address batchPosterAddress,
42
+ uint64 batchNumber,
43
+ uint64 batchDataGas,
44
+ uint256 l1BaseFeeWei
45
+ ) external;
46
+
47
+ function detailedBatchPostingReport(
48
uint256 batchTimestamp,
49
address batchPosterAddress,
50
uint64 batchNumber,
51
uint64 batchCalldataLength,
52
uint64 batchCalldataNonZeros,
- uint64 batchLegacyGas,
53
uint64 batchExtraGas,
54
uint256 l1BaseFeeWei
55
0 commit comments