Skip to content

Commit

Permalink
fix: hack to start block production.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdethier committed Feb 15, 2024
1 parent f0a8ce3 commit 80a4ecf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion node/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ fn build_consensus(
relay_parent,
&relay_chain_interface,
&validation_data,
para_id,
3341.into(),
)
.await;
let timestamp = sp_timestamp::InherentDataProvider::from_system_time();
Expand Down
4 changes: 2 additions & 2 deletions res/logion.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"tokenSymbol": "LGNT"
},
"relay_chain": "polkadot",
"para_id": 3341,
"para_id": 3354,
"codeSubstitutes": {},
"genesis": {
"runtime": {
Expand Down Expand Up @@ -151,4 +151,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions res/logion.raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"tokenSymbol": "LGNT"
},
"relay_chain": "polkadot",
"para_id": 3341,
"para_id": 3354,
"codeSubstitutes": {},
"genesis": {
"raw": {
Expand Down Expand Up @@ -95,4 +95,4 @@
"childrenDefault": {}
}
}
}
}

0 comments on commit 80a4ecf

Please sign in to comment.