From 1f12394bb4ff3c6e2a21cbffdff14e169e298cb8 Mon Sep 17 00:00:00 2001 From: Albertov19 Date: Tue, 6 Feb 2024 15:32:42 +0100 Subject: [PATCH] last comments --- container-chains/templates/frontier/runtime/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/container-chains/templates/frontier/runtime/Cargo.toml b/container-chains/templates/frontier/runtime/Cargo.toml index 5dea1e5ba..f1b84b90f 100644 --- a/container-chains/templates/frontier/runtime/Cargo.toml +++ b/container-chains/templates/frontier/runtime/Cargo.toml @@ -92,7 +92,6 @@ fp-evm = { workspace = true, features = [ "serde" ] } fp-rpc = { workspace = true } fp-self-contained = { workspace = true, features = [ "serde" ] } pallet-base-fee = { workspace = true } -pallet-dynamic-fee = { workspace = true } pallet-ethereum = { workspace = true } pallet-evm = { workspace = true } pallet-evm-chain-id = { workspace = true } @@ -140,7 +139,6 @@ std = [ "pallet-balances/std", "pallet-base-fee/std", "pallet-cc-authorities-noting/std", - "pallet-dynamic-fee/std", "pallet-ethereum/std", "pallet-ethereum/std", "pallet-evm-chain-id/std", @@ -247,7 +245,6 @@ try-runtime = [ "pallet-balances/try-runtime", "pallet-base-fee/try-runtime", "pallet-cc-authorities-noting/try-runtime", - "pallet-dynamic-fee/try-runtime", "pallet-ethereum/try-runtime", "pallet-evm-chain-id/try-runtime", "pallet-evm/try-runtime",