Skip to content

Commit

Permalink
chore: include #149
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Nov 5, 2024
1 parent 2a93292 commit 4f1c03c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chain-spec-generator/src/system_parachains_specs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ pub fn asset_hub_paseo_local_testnet_config() -> Result<Box<dyn ChainSpec>, Stri
asset_hub_paseo_runtime::WASM_BINARY.expect("AssetHubPaseo wasm not available!"),
Extensions { relay_chain: "paseo-local".into(), para_id: 1000 },
)
.with_name("Paseo Asset Hub Local")
.with_id("paseo-asset-hub-local")
.with_name("Asset Hub Paseo Local")
.with_id("asset-hub-paseo-local")
.with_chain_type(ChainType::Local)
.with_protocol_id("ah-pas")
.with_genesis_config_patch(
Expand Down

0 comments on commit 4f1c03c

Please sign in to comment.