pub fn deploy_contract<FEN>(
executor: &mut TracingExecutor<FEN>,
evm_env: &EvmEnvFor<FEN>,
tx_env: &TxEnvFor<FEN>,
spec_id: SpecFor<FEN>,
to: TxKind,
) -> Result<Address, ErrReport>where
FEN: FoundryEvmNetwork,pub fn deploy_contract<FEN>(
executor: &mut TracingExecutor<FEN>,
evm_env: &EvmEnvFor<FEN>,
tx_env: &TxEnvFor<FEN>,
spec_id: SpecFor<FEN>,
to: TxKind,
) -> Result<Address, ErrReport>where
FEN: FoundryEvmNetwork,