Constant bp_kusama::MAXIMUM_BLOCK_WEIGHT
pub const MAXIMUM_BLOCK_WEIGHT: Weight;
Expand description
All Polkadot-like chains allow 2 seconds of compute with a 6-second average block time.
This is a copy-paste from the Polkadot repo’s polkadot-runtime-common
crate.