Skip to content

Commit

Permalink
refactor(governance): change mainnet ChainType to Live
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Feb 5, 2025
1 parent 78e9e79 commit ab5418d
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 @@ -189,7 +189,7 @@ pub fn mainnet_chain_spec(relay: Relay) -> MainnetChainSpec {
)
.with_name("Pop Network")
.with_id("pop")
.with_chain_type(ChainType::Development)
.with_chain_type(ChainType::Live)
.with_genesis_config_patch(mainnet_genesis(
// initial collators.
vec![
Expand Down

0 comments on commit ab5418d

Please sign in to comment.