Interface BoostCoreDeployedOptions

Boost Core instantiation options for a custom deployed instance.

BoostCoreDeployedOptions

interface BoostCoreDeployedOptions {
    config: Config;
    address?: `0x${string}`;
    account?: Account;
}

Hierarchy (view full)

Properties

config: Config

Config

address?: `0x${string}`

The address of a deployed, custom Boost Core contract.

account?: Account

Viem Local Account, required if in a Node environment

Account