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",