Skip to content

Commit

Permalink
Merge pull request #154 from paseo-network/al3mart/chore-backport-spe…
Browse files Browse the repository at this point in the history
…c-name

chore: Include spec name fix in the release
  • Loading branch information
hbulgarini authored Nov 5, 2024
2 parents 2a93292 + 4f1c03c commit 30b48fe
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 30b48fe

Please sign in to comment.