Skip to content

Commit

Permalink
zepter
Browse files Browse the repository at this point in the history
  • Loading branch information
nanocryk committed Nov 7, 2024
1 parent 89544e3 commit 3277c64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pallets/external-validators-rewards/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ std = [
"pallet-session/std",
"pallet-timestamp/std",
"parity-scale-codec/std",
"polkadot-primitives/std",
"runtime-parachains/std",
"scale-info/std",
"sp-core/std",
"sp-io/std",
Expand All @@ -60,6 +62,8 @@ runtime-benchmarks = [
"frame-system/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
"pallet-timestamp/runtime-benchmarks",
"polkadot-primitives/runtime-benchmarks",
"runtime-parachains/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
"sp-staking/runtime-benchmarks",
"tp-traits/runtime-benchmarks",
Expand All @@ -71,5 +75,6 @@ try-runtime = [
"pallet-balances?/try-runtime",
"pallet-session/try-runtime",
"pallet-timestamp/try-runtime",
"runtime-parachains/try-runtime",
"sp-runtime/try-runtime",
]
3 changes: 3 additions & 0 deletions solo-chains/runtime/dancelight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ std = [
"pallet-democracy/std",
"pallet-elections-phragmen/std",
"pallet-external-validator-slashes/std",
"pallet-external-validators-rewards/std",
"pallet-external-validators/std",
"pallet-grandpa/std",
"pallet-identity/std",
Expand Down Expand Up @@ -314,6 +315,7 @@ runtime-benchmarks = [
"pallet-democracy/runtime-benchmarks",
"pallet-elections-phragmen/runtime-benchmarks",
"pallet-external-validator-slashes/runtime-benchmarks",
"pallet-external-validators-rewards/runtime-benchmarks",
"pallet-external-validators/runtime-benchmarks",
"pallet-grandpa/runtime-benchmarks",
"pallet-identity/runtime-benchmarks",
Expand Down Expand Up @@ -382,6 +384,7 @@ try-runtime = [
"pallet-democracy/try-runtime",
"pallet-elections-phragmen/try-runtime",
"pallet-external-validator-slashes/try-runtime",
"pallet-external-validators-rewards/try-runtime",
"pallet-external-validators/try-runtime",
"pallet-grandpa/try-runtime",
"pallet-identity/try-runtime",
Expand Down

0 comments on commit 3277c64

Please sign in to comment.