Skip to content

Commit

Permalink
change paseo paraid to 2015
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Mar 21, 2024
1 parent f149e8a commit 92e15cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot-parachains/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const KUSAMA_PARA_ID: u32 = 2015;
const KUSAMA_SWAP_PARA_ID: u32 = 2267;
const POLKADOT_PARA_ID: u32 = 2039;
const MOONBASE_PARA_ID: u32 = 2015;
const PASEO_PARA_ID: u32 = 4002;
const PASEO_PARA_ID: u32 = 2015;

trait IdentifyChain {
fn is_shell(&self) -> bool;
Expand Down

0 comments on commit 92e15cd

Please sign in to comment.