Skip to content

Commit 6141aae

Browse files
authored
Merge pull request #62 from r0gue-io/alemart/fix-chainspec-typos
fix: chainspec typos
2 parents ae4e7bb + 8b5e4fd commit 6141aae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node/src/chain_spec.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ pub fn testnet_config(relay: Relay) -> TestnetChainSpec {
183183
)
184184
.with_name("Pop Network Testnet")
185185
.with_id("pop-testnet")
186-
.with_chain_type(ChainType::Local)
186+
.with_chain_type(ChainType::Live)
187187
.with_genesis_config_patch(testnet_genesis(
188188
// initial collators.
189189
vec![
@@ -197,7 +197,7 @@ pub fn testnet_config(relay: Relay) -> TestnetChainSpec {
197197
sudo_account_id,
198198
para_id.into(),
199199
))
200-
.with_protocol_id("pop-tesnet")
200+
.with_protocol_id("pop-testnet")
201201
.with_properties(properties)
202202
.build()
203203
}

0 commit comments

Comments
 (0)