Skip to content

Commit

Permalink
[parachain-bin] better documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Feb 20, 2025
1 parent 89caa0f commit 182868b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ use sp_genesis_builder::PresetId;
use sp_keyring::Sr25519Keyring;

/// Default value, unused in a testnet setup currently because
/// It is unused, as we want to supply varying para-ids from the
/// CLI for Glutton. However, the presets does not allow dynamic
/// para-ids currently.
/// we want to supply varying para-ids from the CLI for Glutton.
/// However, the presets does not allow dynamic para-ids currently.
pub const DEFAULT_GLUTTON_PARA_ID: ParaId = ParaId::new(1300);

pub fn glutton_westend_genesis(authorities: Vec<AuraId>, id: ParaId) -> serde_json::Value {
Expand Down

0 comments on commit 182868b

Please sign in to comment.