Skip to content

Commit 941bd3c

Browse files
Merge pull request #571 from Cerebellum-Network/hyperbridge_testnet
Update Hyperbridge config for testnet
2 parents a69b6d8 + 3a85bf5 commit 941bd3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

runtime/cere-dev/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
164164
// and set impl_version to 0. If only runtime
165165
// implementation changes and behavior does not, then leave spec_version as
166166
// is and increment impl_version.
167-
spec_version: 73110,
167+
spec_version: 73111,
168168
impl_version: 0,
169169
apis: RUNTIME_API_VERSIONS,
170170
transaction_version: 24,

runtime/cere/src/hyperbridge_ismp.rs

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

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

runtime/cere/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
159159
// and set impl_version to 0. If only runtime
160160
// implementation changes and behavior does not, then leave spec_version as
161161
// is and increment impl_version.
162-
spec_version: 73110,
162+
spec_version: 73111,
163163
impl_version: 0,
164164
apis: RUNTIME_API_VERSIONS,
165165
transaction_version: 24,

0 commit comments

Comments
 (0)