From 86b608f5cf8f8d1c65a8cf72f95f229711b422ea Mon Sep 17 00:00:00 2001 From: yooml Date: Fri, 19 Jul 2024 16:41:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20try-runtime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runtime/bifrost-kusama/Cargo.toml | 1 + runtime/bifrost-polkadot/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/runtime/bifrost-kusama/Cargo.toml b/runtime/bifrost-kusama/Cargo.toml index 66fd6df29..3e93f2e4d 100644 --- a/runtime/bifrost-kusama/Cargo.toml +++ b/runtime/bifrost-kusama/Cargo.toml @@ -358,6 +358,7 @@ try-runtime = [ "pallet-treasury/try-runtime", "pallet-bounties/try-runtime", "pallet-tips/try-runtime", + "pallet-tx-pause/try-runtime", "pallet-preimage/try-runtime", "pallet-whitelist/try-runtime", "orml-xtokens/try-runtime", diff --git a/runtime/bifrost-polkadot/Cargo.toml b/runtime/bifrost-polkadot/Cargo.toml index 07ccf634c..7f00cb5a5 100644 --- a/runtime/bifrost-polkadot/Cargo.toml +++ b/runtime/bifrost-polkadot/Cargo.toml @@ -362,6 +362,7 @@ try-runtime = [ "pallet-session/try-runtime", "pallet-timestamp/try-runtime", "pallet-tips/try-runtime", + "pallet-tx-pause/try-runtime", "pallet-transaction-payment/try-runtime", "pallet-treasury/try-runtime", "pallet-utility/try-runtime",