Skip to content

Commit

Permalink
fix paras ids
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoPal committed Nov 10, 2023
1 parent 2033d5a commit 11122b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions chain-spec-generator/src/system_parachains_specs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ fn collectives_polkadot_local_genesis(
wasm_binary,
invulnerables(),
testnet_accounts(),
1002.into(),
1001.into(),
)
}

Expand All @@ -369,7 +369,7 @@ pub fn collectives_polkadot_local_testnet_config() -> Result<Box<dyn ChainSpec>,
None,
None,
Some(properties),
Extensions { relay_chain: "polkadot-local".into(), para_id: 1002 },
Extensions { relay_chain: "polkadot-local".into(), para_id: 1001 },
)))
}

Expand Down Expand Up @@ -433,7 +433,7 @@ fn bridge_hub_polkadot_local_genesis(
wasm_binary,
invulnerables(),
testnet_accounts(),
1003.into(),
1002.into(),
)
}

Expand All @@ -458,7 +458,7 @@ pub fn bridge_hub_polkadot_local_testnet_config() -> Result<Box<dyn ChainSpec>,
None,
None,
Some(properties),
Extensions { relay_chain: "polkadot-local".into(), para_id: 1003 },
Extensions { relay_chain: "polkadot-local".into(), para_id: 1002 },
)))
}

Expand Down Expand Up @@ -522,7 +522,7 @@ fn bridge_hub_kusama_local_genesis(
wasm_binary,
invulnerables(),
testnet_accounts(),
1003.into(),
1002.into(),
)
}

Expand All @@ -547,6 +547,6 @@ pub fn bridge_hub_kusama_local_testnet_config() -> Result<Box<dyn ChainSpec>, St
None,
None,
Some(properties),
Extensions { relay_chain: "kusama-local".into(), para_id: 1003 },
Extensions { relay_chain: "kusama-local".into(), para_id: 1002 },
)))
}

0 comments on commit 11122b9

Please sign in to comment.