Skip to content

Commit

Permalink
zepter
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Dec 3, 2024
1 parent 2d40c92 commit 6fca81d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions solo-chains/runtime/dancelight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ std = [
"xcm-executor/std",
"xcm-runtime-apis/std",
"xcm/std",
"pallet-pooled-staking/std"
]
no_std = []

Expand Down Expand Up @@ -382,6 +383,7 @@ runtime-benchmarks = [
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm-runtime-apis/runtime-benchmarks",
"pallet-pooled-staking/runtime-benchmarks"
]
try-runtime = [
"cumulus-pallet-parachain-system/try-runtime",
Expand Down Expand Up @@ -450,6 +452,7 @@ try-runtime = [
"snowbridge-pallet-system/try-runtime",
"sp-runtime/try-runtime",
"tanssi-runtime-common/try-runtime",
"pallet-pooled-staking/try-runtime"
]

# Set timing constants (e.g. session period) to faster versions to speed up testing.
Expand Down

0 comments on commit 6fca81d

Please sign in to comment.