100
blocks in a batch.5
transactions in a block.DEPOSIT
transactions must be L1-initiated and are not shown).
Transaction Type | L2 Gas |
---|---|
WITHDRAW | 100_000 |
UPDATE | 100_000 |
transaction
is the serialized transaction envelope specified in Keystore Transactionsl1Origin
is the sequencer-assigned L1 origin of the batch in which the tx was executed.
l1Origin.readL1BaseFee()
and l1Origin.readL1BlobBaseFee()
are the values from the L1 origin block. How this is enforced depends on the execution context.l1BaseFeeScalar
and l1BlobBaseFeeScalar
are scalars applied to the L1 base fee and L1 blob base fee respectively
Transaction Type | Value |
---|---|
DEPOSIT | 0.001 ether |
WITHDRAW | 0.005 ether |
UPDATE | 0.005 ether |