From 9ac4e75798865d5dc5634076311b96ef97651b4f Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Tue, 24 Sep 2024 15:26:17 +0800 Subject: [PATCH] Fix try-runtime --- pallet/ethtx-forwarder/Cargo.toml | 10 ++++++++++ runtime/crab/Cargo.toml | 1 + 2 files changed, 11 insertions(+) diff --git a/pallet/ethtx-forwarder/Cargo.toml b/pallet/ethtx-forwarder/Cargo.toml index debd2b5d7..2ebbf27ce 100644 --- a/pallet/ethtx-forwarder/Cargo.toml +++ b/pallet/ethtx-forwarder/Cargo.toml @@ -86,6 +86,16 @@ runtime-benchmarks = [ "frame-system/runtime-benchmarks", ] +try-runtime = [ + # frontier + "pallet-evm/try-runtime", + + # polkadot-sdk + "frame-support/try-runtime", + "frame-system/try-runtime", + "sp-runtime/try-runtime", +] + evm-tracing = [ # moonbeam "moonbeam-evm-tracer", diff --git a/runtime/crab/Cargo.toml b/runtime/crab/Cargo.toml index f18a67bba..66e62e2a3 100644 --- a/runtime/crab/Cargo.toml +++ b/runtime/crab/Cargo.toml @@ -277,6 +277,7 @@ try-runtime = [ # darwinia "darwinia-account-migration/try-runtime", "darwinia-deposit/try-runtime", + "darwinia-ethtx-forwarder/try-runtime", "darwinia-staking/try-runtime", # frontier