Skip to content

definePredeploy

definePredeploy<TName, THumanReadableAbi>(contract): Predeploy<TName, THumanReadableAbi>

Defines a predeploy contract to use in the tevm vm

Type Parameters

TName extends string

THumanReadableAbi extends readonly string[]

Parameters

contract: Contract<TName, THumanReadableAbi, `0x${string}`, `0x${string}`, `0x${string}`>

Returns

Predeploy<TName, THumanReadableAbi>

Defined in

definePredeploy.ts:28