Skip to content

Commit

Permalink
Ensure dsnBootstrapNodes key exists in chain spec by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Aug 21, 2023
1 parent a91992d commit 644f4a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/subspace-node/src/chain_spec_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use subspace_runtime_primitives::DECIMAL_PLACES;
pub(crate) fn chain_spec_properties() -> Properties {
let mut properties = Properties::new();

properties.insert("dsnBootstrapNodes".into(), Vec::<String>::new().into());
properties.insert("ss58Format".into(), <SS58Prefix as Get<u16>>::get().into());
properties.insert("tokenDecimals".into(), DECIMAL_PLACES.into());
properties.insert("tokenSymbol".into(), "tSSC".into());
Expand Down

0 comments on commit 644f4a2

Please sign in to comment.