Skip to content

Commit 8bee1af

Browse files
Changes in Hyperbridge config forn mainnet
1 parent 37066e5 commit 8bee1af

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::Kusama(4009));
13+
pub const Coprocessor: Option<StateMachine> = Some(StateMachine::Polkadot(3367));
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)