DOCS

deployCreate2Factory

Deploy Nick's Create2 factory on a given network. Deployment is keyless. Signer is needed to fund the keyless signer address. Ref: https://github.com/Arachnid/deterministic-deployment-proxy

function deployCreate2Factory(
  signer: Signer,
  options?: DeployOptions,
): Promise<string>;

Parameters

Returns

type ReturnType = Promise<string>;