fn deploy_code<CTX: EthCheatCtx>(
ccx: &mut CheatsCtxt<'_, CTX>,
executor: &mut dyn CheatcodesExecutor<CTX>,
path: &str,
constructor_args: Option<&Bytes>,
value: Option<U256>,
salt: Option<U256>,
) -> ResultExpand description
Helper function to deploy contract from artifact code. Uses CREATE2 scheme if salt specified.