File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
180180 spec_name : create_runtime_str ! ( "heiko" ) ,
181181 impl_name : create_runtime_str ! ( "heiko" ) ,
182182 authoring_version : 1 ,
183- spec_version : 211 ,
183+ spec_version : 312 ,
184184 impl_version : 33 ,
185185 apis : RUNTIME_API_VERSIONS ,
186186 transaction_version : 17 ,
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
180180 spec_name : create_runtime_str ! ( "kerria" ) ,
181181 impl_name : create_runtime_str ! ( "kerria" ) ,
182182 authoring_version : 1 ,
183- spec_version : 211 ,
183+ spec_version : 312 ,
184184 impl_version : 33 ,
185185 apis : RUNTIME_API_VERSIONS ,
186186 transaction_version : 17 ,
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
185185 spec_name : create_runtime_str ! ( "parallel" ) ,
186186 impl_name : create_runtime_str ! ( "parallel" ) ,
187187 authoring_version : 1 ,
188- spec_version : 211 ,
188+ spec_version : 312 ,
189189 impl_version : 33 ,
190190 apis : RUNTIME_API_VERSIONS ,
191191 transaction_version : 17 ,
@@ -1695,7 +1695,7 @@ impl pallet_membership::Config<OracleMembershipInstance> for Runtime {
16951695}
16961696
16971697parameter_types ! {
1698- pub const BridgeMaxMembers : u32 = 100 ;
1698+ pub const BridgeMaxMembers : u32 = 10 ;
16991699}
17001700
17011701pub struct ChangeBridgeMembers ;
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
180180 spec_name : create_runtime_str ! ( "vanilla" ) ,
181181 impl_name : create_runtime_str ! ( "vanilla" ) ,
182182 authoring_version : 1 ,
183- spec_version : 211 ,
183+ spec_version : 312 ,
184184 impl_version : 33 ,
185185 apis : RUNTIME_API_VERSIONS ,
186186 transaction_version : 17 ,
You can’t perform that action at this time.
0 commit comments