Skip to content

Commit

Permalink
fix: update specs
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Sep 3, 2024
1 parent d39da5e commit a863943
Show file tree
Hide file tree
Showing 5 changed files with 211 additions and 24 deletions.
2 changes: 1 addition & 1 deletion chain-spec-generator/src/system_parachains_specs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ fn asset_hub_paseo_local_genesis(para_id: ParaId) -> serde_json::Value {
pub fn asset_hub_paseo_local_testnet_config() -> Result<Box<dyn ChainSpec>, String> {
let mut properties = sc_chain_spec::Properties::new();
properties.insert("ss58Format".into(), 42.into());
properties.insert("tokenSymbol".into(), "DOT".into());
properties.insert("tokenSymbol".into(), "PAS".into());
properties.insert("tokenDecimals".into(), 10.into());

Ok(Box::new(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"balances": {
"balances": [
[
"5FRmC9wUZjr2VRh1q5z1Beksh62nfPzpLuhyCkHRKWXjWv9u",
"5EUmHf6qAG8WsYnWDYeCs13w6s6jWX7fGEZFGBCWGYQmsu2f",
16777216000000000
],
[
Expand All @@ -37,7 +37,7 @@
"candidacyBond": 16000000000,
"desiredCandidates": 0,
"invulnerables": [
"5FRmC9wUZjr2VRh1q5z1Beksh62nfPzpLuhyCkHRKWXjWv9u",
"5EUmHf6qAG8WsYnWDYeCs13w6s6jWX7fGEZFGBCWGYQmsu2f",
"5DvoL2BNoSm7wRt2tfZ6WW5QFrxm68GLv5SCrPQ4JBLjbvpL"
]
},
Expand All @@ -50,10 +50,10 @@
"session": {
"keys": [
[
"5FRmC9wUZjr2VRh1q5z1Beksh62nfPzpLuhyCkHRKWXjWv9u",
"5FRmC9wUZjr2VRh1q5z1Beksh62nfPzpLuhyCkHRKWXjWv9u",
"5EUmHf6qAG8WsYnWDYeCs13w6s6jWX7fGEZFGBCWGYQmsu2f",
"5EUmHf6qAG8WsYnWDYeCs13w6s6jWX7fGEZFGBCWGYQmsu2f",
{
"aura": "5HKCrV8btMaep8EYv4oXccB32kKLBkwhtLXZgypFzPjoAnJS"
"aura": "5FcMLAHdXaR781XW5G5AariR4FmEt7PxWp8WMMFvMvDSLyBE"
}
],
[
Expand All @@ -68,4 +68,4 @@
}
}
}
}
}
71 changes: 71 additions & 0 deletions chain-specs/paseo-people.raw.json

Large diffs are not rendered by default.

107 changes: 107 additions & 0 deletions chain-specs/people-paseo-local.plain.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit a863943

Please sign in to comment.