/*type ForeignAssetsPCall = pallet_evm_precompileset_assets_erc20::Erc20AssetsPrecompileSetCall<
// We don't have testing tools in rust test to call real evm smart contract, so we rely on ts tests.
// This test checks the functionality of the `DealWithFees` trait implementation in the runtime.
// It simulates a scenario where a fee and a tip are issued to an account and ensures that the
// 2. It checks the total supply before the fee and tip are dealt with, which should be 1_100.
// 6. It checks that the total supply has decreased by 880 (80% of the fee and tip), indicating
use sp_transaction_pool::runtime_api::runtime_decl_for_tagged_transaction_queue::TaggedTransactionQueueV3; // editorconfig-checker-disable-line