Skip to content

Commit

Permalink
Merge pull request #113 from paseo-network/al3mart/fix-amend-bg-spec
Browse files Browse the repository at this point in the history
fix: Missing relay_chain
  • Loading branch information
hbulgarini authored Aug 1, 2024
2 parents d704703 + 964e81f commit dcf20ea
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 25 deletions.
6 changes: 3 additions & 3 deletions chain-spec-generator/src/system_parachains_specs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ pub fn asset_hub_paseo_local_testnet_config() -> Result<Box<dyn ChainSpec>, Stri
.with_name("Asset Hub Paseo Local")
.with_id("asset-hub-paseo-local")
.with_chain_type(ChainType::Local)
.with_protocol_id("ah-paseo")
.with_protocol_id("ah-pas")
.with_genesis_config_patch(asset_hub_paseo_local_genesis(1000.into()))
.with_properties(properties)
.build(),
Expand Down Expand Up @@ -225,7 +225,7 @@ pub fn bridge_hub_paseo_config() -> Result<Box<dyn ChainSpec>, String> {
.with_name("Paseo Bridge Hub")
.with_id("paseo-bridge-hub")
.with_chain_type(ChainType::Live)
.with_protocol_id("bh-paseo")
.with_protocol_id("bh-pas")
.with_genesis_config_patch(bridge_hub_paseo_local_genesis(1002.into()))
.with_properties(properties)
.build(),
Expand All @@ -246,7 +246,7 @@ pub fn bridge_hub_paseo_local_testnet_config() -> Result<Box<dyn ChainSpec>, Str
.with_name("Paseo Bridge Hub Local")
.with_id("paseo-bridge-hub-local")
.with_chain_type(ChainType::Local)
.with_protocol_id("bh-paseo")
.with_protocol_id("bh-pas")
.with_genesis_config_patch(bridge_hub_paseo_local_genesis(1002.into()))
.with_properties(properties)
.build(),
Expand Down
18 changes: 9 additions & 9 deletions chain-specs/bridge-hub-paseo.plain.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"chainType": "Live",
"bootNodes": [],
"telemetryEndpoints": null,
"protocolId": "bh-paseo",
"protocolId": "bh-pas",
"properties": {
"ss58Format": 42,
"tokenDecimals": 10,
Expand All @@ -24,11 +24,11 @@
16777216000000000
],
[
"5EyfoszzhQnYpS4jqPDUm14XgqGtEWcRX5EBsGGbN3wQAcTd",
"5ECmPXn7K9Pe5MA1YoNSbfaBaRtDhTdYym4bgSipbW8XwByJ",
16777216000000000
],
[
"5DWrXy8b93QUsd2NzLSFcAH3hVxE3bX3W9V6CZhzyf52JDBd",
"5HKgozQHPG5K5XCFGEs1FKPEXKqZrQrymqBNncKbtBfGHPgT",
16777216000000000
]
]
Expand All @@ -37,8 +37,8 @@
"candidacyBond": 16000000000,
"desiredCandidates": 0,
"invulnerables": [
"5EyfoszzhQnYpS4jqPDUm14XgqGtEWcRX5EBsGGbN3wQAcTd",
"5DWrXy8b93QUsd2NzLSFcAH3hVxE3bX3W9V6CZhzyf52JDBd"
"5ECmPXn7K9Pe5MA1YoNSbfaBaRtDhTdYym4bgSipbW8XwByJ",
"5HKgozQHPG5K5XCFGEs1FKPEXKqZrQrymqBNncKbtBfGHPgT"
]
},
"ethereumSystem": {
Expand All @@ -54,15 +54,15 @@
"session": {
"keys": [
[
"5DWrXy8b93QUsd2NzLSFcAH3hVxE3bX3W9V6CZhzyf52JDBd",
"5DWrXy8b93QUsd2NzLSFcAH3hVxE3bX3W9V6CZhzyf52JDBd",
"5HKgozQHPG5K5XCFGEs1FKPEXKqZrQrymqBNncKbtBfGHPgT",
"5HKgozQHPG5K5XCFGEs1FKPEXKqZrQrymqBNncKbtBfGHPgT",
{
"aura": "5DWrXy8b93QUsd2NzLSFcAH3hVxE3bX3W9V6CZhzyf52JDBd"
}
],
[
"5EyfoszzhQnYpS4jqPDUm14XgqGtEWcRX5EBsGGbN3wQAcTd",
"5EyfoszzhQnYpS4jqPDUm14XgqGtEWcRX5EBsGGbN3wQAcTd",
"5ECmPXn7K9Pe5MA1YoNSbfaBaRtDhTdYym4bgSipbW8XwByJ",
"5ECmPXn7K9Pe5MA1YoNSbfaBaRtDhTdYym4bgSipbW8XwByJ",
{
"aura": "5EyfoszzhQnYpS4jqPDUm14XgqGtEWcRX5EBsGGbN3wQAcTd"
}
Expand Down
28 changes: 15 additions & 13 deletions chain-specs/bridge-hub-paseo.raw.json

Large diffs are not rendered by default.

0 comments on commit dcf20ea

Please sign in to comment.