From 47e161d7bf394bd8904a17829af8ee6d41b7ca20 Mon Sep 17 00:00:00 2001 From: 4meta5 Date: Thu, 30 Nov 2023 19:50:59 -0500 Subject: [PATCH] fix proxy config so runtime compiles now --- runtime/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index e165a39..cce26c8 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -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", @@ -157,6 +158,7 @@ runtime-benchmarks = [ "sp-runtime/runtime-benchmarks", "xcm-builder/runtime-benchmarks", "xcm-executor/runtime-benchmarks", + "pallet-proxy/runtime-benchmarks", ] try-runtime = [ @@ -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",