pubuseblueprint_clients::evm::instrumented_client::InstrumentedClient;/// `EvmInstrumentedClientContext` trait provides access to the EVM provider from the context.
pubtraitEvmInstrumentedClientContext{
async fnevm_client(&self)-> InstrumentedClient;}