Skip to content

Commit

Permalink
updated para id
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Sep 26, 2024
1 parent 47e1fc2 commit 8d373f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions node/src/chain_spec/exported/regionx-paseo.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions node/src/chain_spec/exported/regionx-paseo.raw.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use crate::{
fn load_spec(id: &str) -> std::result::Result<Box<dyn ChainSpec>, String> {
Ok(match id {
// TODO: Para Id
"regionx-paseo" => Box::new(chain_spec::paseo::paseo_config(2000)),
"regionx-paseo" => Box::new(chain_spec::paseo::paseo_config(4509)),
"regionx-paseo-dev" | "" => Box::new(chain_spec::paseo::development_config(2000)),
"regionx-paseo-local" => Box::new(chain_spec::paseo::local_testnet_config(2000)),
"cocos" => Box::new(chain_spec::cocos::cocos_config(4479)),
Expand Down

0 comments on commit 8d373f8

Please sign in to comment.