File tree 3 files changed +13
-8
lines changed 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -14,24 +14,29 @@ name = "bob"
14
14
validator = true
15
15
16
16
[[parachains ]]
17
- chain = " koi-genesis"
18
- id = 2105
17
+ chain = " koi-genesis"
18
+ force_decorator = " generic-evm"
19
+ id = 2105
19
20
[parachains .collator ]
20
21
args = [" --database=paritydb" , " --force-authoring" , " -lparachain=debug" ]
21
22
command = " tmp/darwinia"
22
23
name = " C1"
23
24
rpc_port = 10000
25
+
24
26
[[parachains ]]
25
- chain = " koi-genesis"
26
- id = 2105
27
+ chain = " koi-genesis"
28
+ force_decorator = " generic-evm"
29
+ id = 2105
27
30
[parachains .collator ]
28
31
args = [" --database=paritydb" , " --force-authoring" , " -lparachain=debug" ]
29
32
command = " tmp/darwinia"
30
33
name = " C2"
31
34
rpc_port = 10001
35
+
32
36
[[parachains ]]
33
- chain = " koi-genesis"
34
- id = 2105
37
+ chain = " koi-genesis"
38
+ force_decorator = " generic-evm"
39
+ id = 2105
35
40
[parachains .collator ]
36
41
args = [" --database=paritydb" , " --force-authoring" , " -lparachain=debug" ]
37
42
command = " tmp/darwinia"
Original file line number Diff line number Diff line change @@ -872,7 +872,7 @@ sp_api::impl_runtime_apis! {
872
872
873
873
let weight = Executive :: try_runtime_upgrade( checks) . unwrap( ) ;
874
874
875
- ( weight, RuntimeBlockWeights :: get( ) . max_block)
875
+ ( weight, pallet_config :: RuntimeBlockWeights :: get( ) . max_block)
876
876
}
877
877
878
878
fn execute_block(
Original file line number Diff line number Diff line change @@ -867,7 +867,7 @@ sp_api::impl_runtime_apis! {
867
867
868
868
let weight = Executive :: try_runtime_upgrade( checks) . unwrap( ) ;
869
869
870
- ( weight, RuntimeBlockWeights :: get( ) . max_block)
870
+ ( weight, pallet_config :: RuntimeBlockWeights :: get( ) . max_block)
871
871
}
872
872
873
873
fn execute_block(
You can’t perform that action at this time.
0 commit comments