Skip to content

Commit

Permalink
Add live to preset names
Browse files Browse the repository at this point in the history
  • Loading branch information
seadanda committed Aug 12, 2024
1 parent ea8d1ed commit dad6ce7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ fn coretime_polkadot_live_genesis(para_id: ParaId) -> serde_json::Value {
}

pub(super) fn preset_names() -> Vec<PresetId> {
vec![PresetId::from("development"), PresetId::from("local_testnet")]
vec![PresetId::from("live"), PresetId::from("development"), PresetId::from("local_testnet")]
}

/// Provides the JSON representation of predefined genesis config for given `id`.
Expand Down

0 comments on commit dad6ce7

Please sign in to comment.