rollup_gasPrices
Returns the L1 and L2 gas prices that are being used by the Sequencer to calculate fees.
Parameters:
None
Returns:
Object:
l1GasPrice: QUANTITY - L1 gas price in wei that the Sequencer will use to estimate the L1 portion of fees (calldata costs).
l2GasPrice: QUANTITY - L2 gas price in wei that the Sequencer will use to estimate the L2 portion of fees (execution costs).
Example:
Last updated