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
>
Example
Defined in
definePredeploy.js:27