Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
zepter
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Jun 6, 2024
1 parent 30c6b5a commit 07db5ba
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ std = [
"xcm-builder/std",
"xcm-executor/std",
"xcm/std",
"pallet-migrations/std"
]

runtime-benchmarks = [
Expand Down Expand Up @@ -263,6 +264,7 @@ runtime-benchmarks = [
"sp-runtime/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"pallet-migrations/runtime-benchmarks"
]

try-runtime = [
Expand Down Expand Up @@ -297,6 +299,7 @@ try-runtime = [
"snowbridge-pallet-outbound-queue/try-runtime",
"snowbridge-pallet-system/try-runtime",
"sp-runtime/try-runtime",
"pallet-migrations/try-runtime"
]

fast-runtime = []
Expand Down

0 comments on commit 07db5ba

Please sign in to comment.