Function directDeployDeterministicWithUri

  • Direct deploy a contract at a deterministic address, using Create2 method Address depends on the Create2 factory address and salt (if provided).

    Parameters

    • publishMetadataUri: string

      The metadata uri to use

    • signer: Signer

      The signer to use

    • storage: ThirdwebStorage<IpfsUploadBatchOptions>

      The storage to use

    • constructorArgs: any[]

      The constructor args to use

    • Optional saltForCreate2: string

      The salt to use

    • gasLimit: number = 7000000

    Returns Promise<string>

Generated using TypeDoc