UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

6 lines (4 loc) 217 B
import type { InvalidRequestError } from '@tevm/errors' import type { TevmCallError } from '../Call/TevmCallError.js' // TODO add ValidateDeploy type export type TevmDeployError = TevmCallError | InvalidRequestError