pub type CurrentL1GasPrice<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentL1GasPrice<T>, L1GasPrices, ValueQuery>;
Expand description

Current sequencer address.

Storage type is [StorageValue] with value type L1GasPrices.