From 8fba62765d0c4c9355f96a91f1c1f47754e2f905 Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Andres <11448715+al3mart@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:00:20 +0200 Subject: [PATCH] add pallet-sudo/try-runtime --- system-parachains/asset-hub-paseo/Cargo.toml | 3 ++- system-parachains/bridge-hub-paseo/Cargo.toml | 3 ++- system-parachains/coretime-paseo/Cargo.toml | 1 + system-parachains/people-paseo/Cargo.toml | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/system-parachains/asset-hub-paseo/Cargo.toml b/system-parachains/asset-hub-paseo/Cargo.toml index 2f95123..2d23b31 100644 --- a/system-parachains/asset-hub-paseo/Cargo.toml +++ b/system-parachains/asset-hub-paseo/Cargo.toml @@ -172,6 +172,7 @@ try-runtime = [ "pallet-nfts/try-runtime", "pallet-proxy/try-runtime", "pallet-session/try-runtime", + "pallet-sudo/try-runtime", "pallet-timestamp/try-runtime", "pallet-transaction-payment/try-runtime", "pallet-uniques/try-runtime", @@ -271,4 +272,4 @@ metadata-hash = ["substrate-wasm-builder?/metadata-hash"] # to make it smaller, like logging for example. on-chain-release-build = ["metadata-hash", "sp-api/disable-logging"] fast-runtime = ["paseo-runtime-constants/fast-runtime"] -force-debug = ["sp-debug-derive/force-debug"] \ No newline at end of file +force-debug = ["sp-debug-derive/force-debug"] diff --git a/system-parachains/bridge-hub-paseo/Cargo.toml b/system-parachains/bridge-hub-paseo/Cargo.toml index ccbc35e..50a33b0 100644 --- a/system-parachains/bridge-hub-paseo/Cargo.toml +++ b/system-parachains/bridge-hub-paseo/Cargo.toml @@ -292,6 +292,7 @@ try-runtime = [ "pallet-message-queue/try-runtime", "pallet-multisig/try-runtime", "pallet-session/try-runtime", + "pallet-sudo/try-runtime", "pallet-timestamp/try-runtime", "pallet-transaction-payment/try-runtime", "pallet-utility/try-runtime", @@ -313,4 +314,4 @@ metadata-hash = ["substrate-wasm-builder?/metadata-hash"] # deployment. This will disable stuff that shouldn't be part of the on-chain wasm # to make it smaller, like logging for example. on-chain-release-build = ["metadata-hash", "sp-api/disable-logging"] -force-debug = ["sp-debug-derive/force-debug"] \ No newline at end of file +force-debug = ["sp-debug-derive/force-debug"] diff --git a/system-parachains/coretime-paseo/Cargo.toml b/system-parachains/coretime-paseo/Cargo.toml index 7bd9a4b..a89d51f 100644 --- a/system-parachains/coretime-paseo/Cargo.toml +++ b/system-parachains/coretime-paseo/Cargo.toml @@ -202,6 +202,7 @@ try-runtime = [ "pallet-multisig/try-runtime", "pallet-proxy/try-runtime", "pallet-session/try-runtime", + "pallet-sudo/try-runtime", "pallet-timestamp/try-runtime", "pallet-transaction-payment/try-runtime", "pallet-utility/try-runtime", diff --git a/system-parachains/people-paseo/Cargo.toml b/system-parachains/people-paseo/Cargo.toml index 7c574d5..f2734aa 100644 --- a/system-parachains/people-paseo/Cargo.toml +++ b/system-parachains/people-paseo/Cargo.toml @@ -195,6 +195,7 @@ try-runtime = [ "pallet-multisig/try-runtime", "pallet-proxy/try-runtime", "pallet-session/try-runtime", + "pallet-sudo/try-runtime", "pallet-timestamp/try-runtime", "pallet-transaction-payment/try-runtime", "pallet-utility/try-runtime",