Skip to content

ForkOptions

ForkOptions: object

Options fetch state that isn’t available locally.

Type declaration

blockTag

blockTag?: bigint

The block tag to use for the EVM. If not passed it will start from the latest block at the time of forking. Defaults to ‘latest’

url

url: string

The url to fork. This url will be used to fetch state that isn’t available locally. It will also be used to fulfill JSON-RPC requests that cannot be fulfilled locally

Source

packages/memory-client/src/ForkOptions.ts:4


Generated using typedoc-plugin-markdown and TypeDoc