Function deployContractDeterministicRaw
- deployContractDeterministicRaw(signer, bytecode, encodedArgs, create2FactoryAddress, options?, predictedAddress?, gasLimit?): Promise<void>
Parameters
signer: Signer
bytecode: string
encodedArgs: BytesLike
create2FactoryAddress: string
Optional
predictedAddress: string
gasLimit: number = 7000000
Returns Promise<void>
Deploy a contract at a deterministic address, using Create2 method Address depends on the Create2 factory address.