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.

17 lines (14 loc) 717 B
import { Chain as Chain$1 } from 'viem'; export { C as Currency, D as Deploy, d as DeploymentArgs, E as Explorer, a as HarstaPathsConfig, b as HarstaProxyConfig, c as HarstaRuntimeEnvironment, H as HarstaUserConfig, M as Metadata, N as NetworkUserConfig, U as UserDeploymentConfig, V as Verify } from '../config-KLy5M8Xg.js'; import 'hardhat/config'; import 'hardhat/types'; import 'hardhat/internal/core/runtime-environment'; import 'hardhat-deploy/dist/src/DeploymentsManager'; import 'ethers'; import 'hardhat-deploy/dist/types'; interface Chain extends Chain$1 { addresses: Record<string, string>; iconUrl?: string | (() => Promise<string>) | null; iconBackground?: string; } export type { Chain };