File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
- [ C] Changes is ` Cere ` Runtime
11
11
- [ D] Changes is ` Cere Dev ` Runtime
12
12
13
+ ## [ 7.3.2]
14
+
15
+ - [ C] Update Hyperbridge Coprocessor for Mainnet.
16
+
13
17
## [ 7.3.1]
14
18
15
19
- [ C,D] To accommodate larger GRANDPA proofs, increased ` BlockLength ` to 7.5MB with 80% for normal extrinsics.
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
163
163
// and set impl_version to 0. If only runtime
164
164
// implementation changes and behavior does not, then leave spec_version as
165
165
// is and increment impl_version.
166
- spec_version : 73101 ,
166
+ spec_version : 73102 ,
167
167
impl_version : 0 ,
168
168
apis : RUNTIME_API_VERSIONS ,
169
169
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 :: Kusama ( 4009 ) ) ;
12
+ pub const Coprocessor : Option <StateMachine > = Some ( StateMachine :: Polkadot ( 3367 ) ) ;
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 @@ -158,7 +158,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
158
158
// and set impl_version to 0. If only runtime
159
159
// implementation changes and behavior does not, then leave spec_version as
160
160
// is and increment impl_version.
161
- spec_version : 73101 ,
161
+ spec_version : 73102 ,
162
162
impl_version : 0 ,
163
163
apis : RUNTIME_API_VERSIONS ,
164
164
transaction_version : 24 ,
You can’t perform that action at this time.
0 commit comments