Skip to content

Commit

Permalink
fix: Pop Network in spec names
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Mar 12, 2024
1 parent de13472 commit 07af9e2
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 @@ -78,7 +78,7 @@ pub fn development_config() -> ChainSpec {
para_id: PARA_ID,
},
)
.with_name("Development")
.with_name("Pop Network Development")
.with_id("dev")
.with_chain_type(ChainType::Development)
.with_genesis_config_patch(testnet_genesis(
Expand Down Expand Up @@ -129,7 +129,7 @@ pub fn local_testnet_config() -> ChainSpec {
para_id: PARA_ID,
},
)
.with_name("Local Testnet")
.with_name("Pop Network Local Testnet")
.with_id("local_testnet")
.with_chain_type(ChainType::Local)
.with_genesis_config_patch(testnet_genesis(
Expand Down

0 comments on commit 07af9e2

Please sign in to comment.