File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
164
164
// and set impl_version to 0. If only runtime
165
165
// implementation changes and behavior does not, then leave spec_version as
166
166
// is and increment impl_version.
167
- spec_version : 73110 ,
167
+ spec_version : 73111 ,
168
168
impl_version : 0 ,
169
169
apis : RUNTIME_API_VERSIONS ,
170
170
transaction_version : 24 ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use super::*;
9
9
10
10
parameter_types ! {
11
11
// 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 ) ) ;
13
13
// The host state machine of this pallet, this must be unique to all every solochain
14
14
pub const HostStateMachine : StateMachine = StateMachine :: Substrate ( * b"cere" ) ; // your unique chain id here
15
15
}
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
159
159
// and set impl_version to 0. If only runtime
160
160
// implementation changes and behavior does not, then leave spec_version as
161
161
// is and increment impl_version.
162
- spec_version : 73110 ,
162
+ spec_version : 73111 ,
163
163
impl_version : 0 ,
164
164
apis : RUNTIME_API_VERSIONS ,
165
165
transaction_version : 24 ,
You can’t perform that action at this time.
0 commit comments