Decrease number of GRANDPA authorities in Polkadot-like chains from 100_000 to 2_048 (#1852)

* decrease number of GRANDPA authorities in Polkadot-like chains from 100_000 to 2048

* spelling
This commit is contained in:
Svyatoslav Nikolsky
2023-02-06 15:39:26 +03:00
committed by Bastian Köcher
parent a091b8405e
commit 411150b7be
3 changed files with 10 additions and 10 deletions
@@ -42,9 +42,4 @@ pub const WITH_ROCOCO_GRANDPA_PALLET_NAME: &str = "BridgeRococoGrandpa";
/// reserve.
pub const MAX_NESTED_PARACHAIN_HEAD_DATA_SIZE: u32 = 128;
/// Maximal number of GRANDPA authorities at Rococo.
///
/// Corresponds to the `MaxAuthorities` constant value from the Rococo runtime configuration.
pub const MAX_AUTHORITIES_COUNT: u32 = 100_000;
decl_bridge_finality_runtime_apis!(rococo);