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

The signer to use

Type

let signer: Signer;

Type

let options: DeployOptions;

Returns

let returnType: Promise<string>;