Skip to content

Commit

Permalink
Merge pull request #40 from OpenZeppelin/amar-fix-proxy-config
Browse files Browse the repository at this point in the history
Fix runtime build by including all proxy features
  • Loading branch information
KitHat authored Dec 1, 2023
2 parents d18a709 + 47e161d commit 9093a1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ std = [
"pallet-balances/std",
"pallet-collator-selection/std",
"pallet-parachain-template/std",
"pallet-proxy/std",
"pallet-multisig/std",
"pallet-session/std",
"pallet-sudo/std",
Expand Down Expand Up @@ -157,6 +158,7 @@ runtime-benchmarks = [
"sp-runtime/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"pallet-proxy/runtime-benchmarks",
]

try-runtime = [
Expand All @@ -176,6 +178,7 @@ try-runtime = [
"pallet-multisig/try-runtime",
"pallet-parachain-template/try-runtime",
"pallet-session/try-runtime",
"pallet-proxy/try-runtime",
"pallet-sudo/try-runtime",
"pallet-timestamp/try-runtime",
"pallet-transaction-payment/try-runtime",
Expand Down

0 comments on commit 9093a1a

Please sign in to comment.