Skip to content

Commit ce08a04

Browse files
refactoring
1 parent 1b99165 commit ce08a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/cere/src/hyperbridge_ismp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use super::*;
1010

1111
parameter_types! {
1212
// The hyperbridge parachain on Polkadot
13-
pub const Coprocessor: Option<StateMachine> = Some(StateMachine::Polkadot(3367));
13+
pub const Coprocessor: Option<StateMachine> = Some(StateMachine::Kusama(4009));
1414
// The host state machine of this pallet, this must be unique to all every solochain
1515
pub const HostStateMachine: StateMachine = StateMachine::Substrate(*b"cere"); // your unique chain id here
1616
}

0 commit comments

Comments
 (0)