pub type SafeModeConfig = GenesisConfig<Runtime>;
struct SafeModeConfig { pub entered_until: Option<u32>, }
entered_until: Option<u32>