We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b99165 commit ce08a04Copy full SHA for ce08a04
runtime/cere/src/hyperbridge_ismp.rs
@@ -10,7 +10,7 @@ use super::*;
10
11
parameter_types! {
12
// The hyperbridge parachain on Polkadot
13
- pub const Coprocessor: Option<StateMachine> = Some(StateMachine::Polkadot(3367));
+ pub const Coprocessor: Option<StateMachine> = Some(StateMachine::Kusama(4009));
14
// The host state machine of this pallet, this must be unique to all every solochain
15
pub const HostStateMachine: StateMachine = StateMachine::Substrate(*b"cere"); // your unique chain id here
16
}
0 commit comments