Change values to:
minGasLimit to 8_000_000
gasLimit of genesis to 8_000_000
keep gasLimitBoundDivisor as it is
explicitely set target gas limit of validators to 8_000_000 via --gas-floor-target=8000000 argument or gas_floor_target = "8000000" under mining in the config file.
Change values to:
minGasLimit
to 8_000_000gasLimit
of genesis to 8_000_000 keepgasLimitBoundDivisor
as it is explicitely set target gas limit of validators to 8_000_000 via--gas-floor-target=8000000
argument orgas_floor_target = "8000000"
undermining
in the config file.