Skip to content

Commit 53d06d1

Browse files
Merge pull request #588 from Cerebellum-Network/release/7.3.8
Release/7.3.8
2 parents 37066e5 + ebf0c49 commit 53d06d1

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
@@ -165,7 +165,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
165165
// and set impl_version to 0. If only runtime
166166
// implementation changes and behavior does not, then leave spec_version as
167167
// is and increment impl_version.
168-
spec_version: 73114,
168+
spec_version: 73115,
169169
impl_version: 0,
170170
apis: RUNTIME_API_VERSIONS,
171171
transaction_version: 24,

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
}

runtime/cere/src/lib.rs

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

0 commit comments

Comments
 (0)