From ed9d8328c0107420fcd7ad64a7034c93ccb583f0 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Thu, 15 Dec 2022 16:59:43 +0000 Subject: [PATCH] fix: evm try-runtime feature passing --- --- a/runtime/quartz/Cargo.toml +++ b/runtime/quartz/Cargo.toml @@ -82,6 +82,7 @@ 'pallet-app-promotion/try-runtime', 'pallet-foreign-assets/try-runtime', 'pallet-ethereum/try-runtime', + 'pallet-evm/try-runtime', 'pallet-evm-coder-substrate/try-runtime', 'pallet-evm-contract-helpers/try-runtime', 'pallet-evm-transaction-payment/try-runtime', --- a/runtime/unique/Cargo.toml +++ b/runtime/unique/Cargo.toml @@ -83,6 +83,7 @@ 'pallet-app-promotion/try-runtime', 'pallet-foreign-assets/try-runtime', 'pallet-ethereum/try-runtime', + 'pallet-evm/try-runtime', 'pallet-evm-coder-substrate/try-runtime', 'pallet-evm-contract-helpers/try-runtime', 'pallet-evm-transaction-payment/try-runtime', -- gitstuff