Skip to content

Commit

Permalink
fix: name dev spec devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Mar 29, 2024
1 parent af4399f commit a1e0d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ pub fn development_config(relay: Relay) -> DevnetChainSpec {
extensions,
)
.with_name("Pop Network Development")
.with_id("pop-dev")
.with_id("pop-devnet")
.with_chain_type(ChainType::Development)
.with_genesis_config_patch(devnet_genesis(
// initial collators.
Expand Down

0 comments on commit a1e0d7e

Please sign in to comment.