UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

16 lines (14 loc) 271 B
import type { BlockParam } from './BlockParam.js' /** * Represents a configuration for a forked or proxied network */ export type NetworkConfig = { /** * The URL to the RPC endpoint */ url: string /** * the block tag to fork from */ blockTag: BlockParam }