pub type BlockNumber = u32;
This should match the type found in entropy-runtime. We define it ourselves manually here since we don’t want to pull that whole crate it just for a u32.
entropy-runtime
u32