Skip to content

Commit

Permalink
Merge pull request #149 from paseo-network/fix/chain-spec-generator
Browse files Browse the repository at this point in the history
fix: system parachain chain spec generator
  • Loading branch information
hbulgarini authored Oct 30, 2024
2 parents dd9ce6c + b64e4a8 commit 6808879
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 6808879

Please sign in to comment.