Function deployContractDeterministicRaw

  • Deploy a contract at a deterministic address, using Create2 method Address depends on the Create2 factory address.

    Parameters

    • signer: Signer

      The signer to use

    • bytecode: string

      The bytecode to deploy

    • encodedArgs: BytesLike

      The encoded constructor args to use

    • create2FactoryAddress: string

      The create2 factory address to use

    • Optional options: DeployOptions
    • Optional predictedAddress: string
    • gasLimit: number = 7000000

    Returns Promise<void>

Generated using TypeDoc