We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a08934 commit c7f8735Copy full SHA for c7f8735
substrate/frame/staking-async/Cargo.toml
@@ -80,6 +80,7 @@ runtime-benchmarks = [
80
"frame-system/runtime-benchmarks",
81
"pallet-bags-list/runtime-benchmarks",
82
"pallet-balances/runtime-benchmarks",
83
+ "pallet-dap/runtime-benchmarks",
84
"pallet-staking-async-rc-client/runtime-benchmarks",
85
"sp-runtime/runtime-benchmarks",
86
"sp-staking/runtime-benchmarks",
@@ -90,6 +91,7 @@ try-runtime = [
90
91
"frame-system/try-runtime",
92
"pallet-bags-list/try-runtime",
93
"pallet-balances/try-runtime",
94
+ "pallet-dap/try-runtime",
95
"pallet-staking-async-rc-client/try-runtime",
96
"sp-runtime/try-runtime",
97
]
0 commit comments