File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
180
180
impl_name : create_runtime_str ! ( "oak" ) ,
181
181
authoring_version : 1 ,
182
182
spec_version : 296 ,
183
- impl_version : 2 ,
183
+ impl_version : 3 ,
184
184
apis : RUNTIME_API_VERSIONS ,
185
185
transaction_version : 19 ,
186
186
state_version : 0 ,
@@ -887,6 +887,8 @@ impl Contains<RuntimeCall> for ScheduleAllowList {
887
887
RuntimeCall :: Balances ( _) => true ,
888
888
RuntimeCall :: XTokens ( _) => true ,
889
889
RuntimeCall :: ParachainStaking ( _) => true ,
890
+ RuntimeCall :: Utility ( _) => true ,
891
+ RuntimeCall :: Currencies ( _) => true ,
890
892
_ => false ,
891
893
}
892
894
}
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
182
182
impl_name : create_runtime_str ! ( "turing" ) ,
183
183
authoring_version : 1 ,
184
184
spec_version : 296 ,
185
- impl_version : 2 ,
185
+ impl_version : 3 ,
186
186
apis : RUNTIME_API_VERSIONS ,
187
187
transaction_version : 19 ,
188
188
state_version : 0 ,
@@ -882,6 +882,8 @@ impl Contains<RuntimeCall> for ScheduleAllowList {
882
882
RuntimeCall :: Balances ( _) => true ,
883
883
RuntimeCall :: ParachainStaking ( _) => true ,
884
884
RuntimeCall :: XTokens ( _) => true ,
885
+ RuntimeCall :: Utility ( _) => true ,
886
+ RuntimeCall :: Currencies ( _) => true ,
885
887
_ => false ,
886
888
}
887
889
}
You can’t perform that action at this time.
0 commit comments