Skip to content

Commit

Permalink
chore: update chainspec + paraid (#696)
Browse files Browse the repository at this point in the history
## Update chain spec RILT
  • Loading branch information
Ad96el authored Aug 16, 2024
1 parent fdb57ca commit 03f12bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions chainspecs/rilt/peregrine-rilt.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nodes/parachain/src/chain_spec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub(crate) mod spiritnet;
pub(crate) mod utils;

const KILT_PARA_ID: u32 = 2_086;
const RILT_PARA_ID: u32 = 4483;
const RILT_PARA_ID: u32 = 4504;

/// The extensions for the `ChainSpec`.
#[derive(Debug, Clone, Eq, PartialEq, Serialize, Deserialize, ChainSpecGroup, ChainSpecExtension)]
Expand Down

0 comments on commit 03f12bb

Please sign in to comment.