Statemine primitives (#1625)

* Statemine primitives

* ref issue in TODO

* fix TODO
This commit is contained in:
Svyatoslav Nikolsky
2022-11-08 17:43:29 +03:00
committed by Bastian Köcher
parent 2c0b6b73e0
commit 3e00c5c022
21 changed files with 305 additions and 77 deletions
@@ -24,13 +24,6 @@ use bp_runtime::decl_bridge_finality_runtime_apis;
/// Kusama Chain
pub type Kusama = PolkadotLike;
/// The target length of a session (how often authorities change) on Kusama measured in of number of
/// blocks.
///
/// Note that since this is a target sessions may change before/after this time depending on network
/// conditions.
pub const SESSION_LENGTH: BlockNumber = time_units::HOURS;
/// Name of the With-Kusama GRANDPA pallet instance that is deployed at bridged chains.
pub const WITH_KUSAMA_GRANDPA_PALLET_NAME: &str = "BridgeKusamaGrandpa";