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