Skip to content

Commit

Permalink
Merge pull request #62 from r0gue-io/alemart/fix-chainspec-typos
Browse files Browse the repository at this point in the history
fix: chainspec typos
  • Loading branch information
al3mart committed Mar 29, 2024
2 parents ae4e7bb + 8b5e4fd commit 6141aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ pub fn testnet_config(relay: Relay) -> TestnetChainSpec {
)
.with_name("Pop Network Testnet")
.with_id("pop-testnet")
.with_chain_type(ChainType::Local)
.with_chain_type(ChainType::Live)
.with_genesis_config_patch(testnet_genesis(
// initial collators.
vec![
Expand All @@ -197,7 +197,7 @@ pub fn testnet_config(relay: Relay) -> TestnetChainSpec {
sudo_account_id,
para_id.into(),
))
.with_protocol_id("pop-tesnet")
.with_protocol_id("pop-testnet")
.with_properties(properties)
.build()
}
Expand Down

0 comments on commit 6141aae

Please sign in to comment.