Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Update Spec Style (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier authored Jan 27, 2021
1 parent 873e694 commit 519f1f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions bin/node/cli/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,8 @@ pub fn properties() -> Properties {
let mut properties = Properties::new();

properties.insert("ss58Format".into(), 42.into());
properties.insert("tokenDecimals".into(), 9.into());
properties.insert("tokenSymbol".into(), "PRING".into());
properties.insert("ktonTokenDecimals".into(), 9.into());
properties.insert("ktonTokenSymbol".into(), "PKTON".into());
properties.insert("tokenDecimals".into(), vec![9, 9].into());
properties.insert("tokenSymbol".into(), vec!["PRING", "PKTON"].into());

properties
}
Expand Down
2 changes: 1 addition & 1 deletion bin/res/pangolin/pangolin.json

Large diffs are not rendered by default.

0 comments on commit 519f1f2

Please sign in to comment.