Skip to content

Commit

Permalink
feat: add paseo things
Browse files Browse the repository at this point in the history
  • Loading branch information
zianksm committed Jul 12, 2024
1 parent b4be3bd commit 39413bd
Show file tree
Hide file tree
Showing 8 changed files with 564 additions and 93 deletions.
6 changes: 3 additions & 3 deletions node/src/chain_spec/niskala.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,13 +364,13 @@ impl CustomChainSpecProperties for NodeChainSpec<Live> {

fn extension() -> Extensions {
Extensions {
para_id: 4475,
relay_chain: "rococo".into(),
para_id: 4022,
relay_chain: "paseo".into(),
}
}

fn parachain_id() -> u32 {
4475
4022
}

fn protocol_id() -> &'static str {
Expand Down
2 changes: 1 addition & 1 deletion node/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fn load_spec(id: &str) -> std::result::Result<Box<dyn ChainSpec>, String> {
<NodeChainSpec<Dev> as chain_spec::niskala::CustomChainSpecProperties>::build()
),
#[cfg(feature = "niskala-native")]
"rococo" => Box::new(<NodeChainSpec<Live> as chain_spec::niskala::CustomChainSpecProperties>::build()),
"paseo" => Box::new(<NodeChainSpec<Live> as chain_spec::niskala::CustomChainSpecProperties>::build()),
#[cfg(feature = "niskala-native")]
path =>
Box::new(
Expand Down
19 changes: 8 additions & 11 deletions res/niskala/live/live-raw.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions res/niskala/live/live.json

Large diffs are not rendered by default.

424 changes: 424 additions & 0 deletions res/niskala/live/paseo-raw.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion res/niskala/live/state/genesis-state
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0x000000000000000000000000000000000000000000000000000000000000000000637faf7d6940749f4211af5c3ea35fa0349b412273bc702051525afce63ca33703170a2e7597b7b7e3d84c05391d139a62b157e78786d8c082f29dcf4c11131400
0x0000000000000000000000000000000000000000000000000000000000000000006d0dbc5827ad300aabe134c3fb97fb5f565b2b5dc852c26cc45635312144990003170a2e7597b7b7e3d84c05391d139a62b157e78786d8c082f29dcf4c11131400
2 changes: 1 addition & 1 deletion res/niskala/live/state/genesis-wasm.wasm

Large diffs are not rendered by default.

194 changes: 122 additions & 72 deletions zombienet/plain-raw.json

Large diffs are not rendered by default.

0 comments on commit 39413bd

Please sign in to comment.