Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
enable features for asset-rate pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
muharem committed Jul 3, 2023
1 parent 5ba47db commit bd45a32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ std = [
"xcm-executor/std",
"xcm-builder/std",
"frame-election-provider-support/std",
"pallet-asset-rate/std",
]
runtime-benchmarks = [
"runtime-common/runtime-benchmarks",
Expand Down Expand Up @@ -254,6 +255,7 @@ runtime-benchmarks = [
"pallet-bags-list/runtime-benchmarks",
"runtime-parachains/runtime-benchmarks",
"pallet-xcm-benchmarks/runtime-benchmarks",
"pallet-asset-rate/runtime-benchmarks",
]
try-runtime = [
"frame-executive/try-runtime",
Expand Down Expand Up @@ -300,6 +302,7 @@ try-runtime = [
"pallet-babe/try-runtime",
"pallet-xcm/try-runtime",
"runtime-common/try-runtime",
"pallet-asset-rate/try-runtime",
]
# When enabled, the runtime API will not be build.
#
Expand Down
3 changes: 3 additions & 0 deletions runtime/polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ std = [
"xcm/std",
"xcm-executor/std",
"xcm-builder/std",
"pallet-asset-rate/std",
]
runtime-benchmarks = [
"runtime-common/runtime-benchmarks",
Expand Down Expand Up @@ -242,6 +243,7 @@ runtime-benchmarks = [
"xcm-builder/runtime-benchmarks",
"frame-election-provider-support/runtime-benchmarks",
"runtime-parachains/runtime-benchmarks",
"pallet-asset-rate/runtime-benchmarks",
]
try-runtime = [
"frame-executive/try-runtime",
Expand Down Expand Up @@ -284,6 +286,7 @@ try-runtime = [
"pallet-whitelist/try-runtime",
"pallet-utility/try-runtime",
"pallet-xcm/try-runtime",
"pallet-asset-rate/try-runtime",
]
# When enabled, the runtime API will not be build.
#
Expand Down

0 comments on commit bd45a32

Please sign in to comment.