From 2dc72e744a20d8788448f41ac27e0403ac3168c9 Mon Sep 17 00:00:00 2001 From: Igor Papandinas <26460174+ipapandinas@users.noreply.github.com> Date: Fri, 19 Jul 2024 11:07:47 +0200 Subject: [PATCH] fmt --- runtime/local/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/local/src/lib.rs b/runtime/local/src/lib.rs index 25d4bcfb7f..e9bc2a3655 100644 --- a/runtime/local/src/lib.rs +++ b/runtime/local/src/lib.rs @@ -1149,7 +1149,7 @@ construct_runtime!( Aura: pallet_aura = 43, Grandpa: pallet_grandpa = 44, - + EVM: pallet_evm = 60, Ethereum: pallet_ethereum = 61, DynamicEvmBaseFee: pallet_dynamic_evm_base_fee = 62, @@ -1157,7 +1157,7 @@ construct_runtime!( UnifiedAccounts: pallet_unified_accounts = 65, Contracts: pallet_contracts = 70, - + Preimage: pallet_preimage = 84, // skip 90 - for runtimes consistency (pallet_xvm previously)