From 4aaa0a8154e6cc4e49265ac608ecbb4410e46a4c Mon Sep 17 00:00:00 2001 From: 4meta5 Date: Sat, 26 Oct 2024 02:01:15 -0400 Subject: [PATCH] enable try runtime for xcm transactor --- generic-template/runtime/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/generic-template/runtime/Cargo.toml b/generic-template/runtime/Cargo.toml index 37d7d0f5..7aedb7a5 100644 --- a/generic-template/runtime/Cargo.toml +++ b/generic-template/runtime/Cargo.toml @@ -239,6 +239,7 @@ try-runtime = [ "pallet-treasury/try-runtime", "pallet-utility/try-runtime", "pallet-whitelist/try-runtime", + "pallet-xcm-transactor/try-runtime", "pallet-xcm-weight-trader/try-runtime", "pallet-xcm/try-runtime", "parachain-info/try-runtime",