git.delta.rocks / unique-network / refs/commits / ed9d8328c010

difftreelog

fix evm try-runtime feature passing

Daniel Shiposha2022-12-15parent: #60c75ed.patch.diff
in: master

2 files changed

modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
82 'pallet-app-promotion/try-runtime',82 'pallet-app-promotion/try-runtime',
83 'pallet-foreign-assets/try-runtime',83 'pallet-foreign-assets/try-runtime',
84 'pallet-ethereum/try-runtime',84 'pallet-ethereum/try-runtime',
85 'pallet-evm/try-runtime',
85 'pallet-evm-coder-substrate/try-runtime',86 'pallet-evm-coder-substrate/try-runtime',
86 'pallet-evm-contract-helpers/try-runtime',87 'pallet-evm-contract-helpers/try-runtime',
87 'pallet-evm-transaction-payment/try-runtime',88 'pallet-evm-transaction-payment/try-runtime',
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
--- 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',