Skip to content

Commit

Permalink
Add Broker para ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
eskimor committed Feb 23, 2024
1 parent 321578f commit 8b59085
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions relay/kusama/constants/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ pub mod system_parachain {
pub const ENCOINTER_ID: u32 = 1001;
/// Bridge Hub parachain ID.
pub const BRIDGE_HUB_ID: u32 = 1002;
/// Brokerage parachain ID.
pub const BROKER_ID: u32 = 1005;

// System parachains from Kusama point of view.
pub type SystemParachains = IsChildSystemParachain<Id>;
Expand Down

0 comments on commit 8b59085

Please sign in to comment.