UNPKG

harsta

Version:

Harsta is a contract development tool based on Hardhat, designed to streamline the development, testing, and referencing of contracts, addresses, ABIs, and contract instances.

8 lines (6 loc) 201 B
import type { Chain as _Chain } from 'viem' export interface Chain extends _Chain { addresses: Record<string, string> iconUrl?: string | (() => Promise<string>) | null iconBackground?: string }