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.

15 lines (12 loc) 710 B
export { Chain } from './types/index.mjs'; import { H as HarstaUserConfig } from './config-DgxzTnuT.mjs'; export { C as Currency, D as Deploy, d as DeploymentArgs, E as Explorer, a as HarstaPathsConfig, b as HarstaProxyConfig, c as HarstaRuntimeEnvironment, M as Metadata, N as NetworkUserConfig, U as UserDeploymentConfig, V as Verify } from './config-DgxzTnuT.mjs'; import 'viem'; 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'; declare function defineConfig(config: HarstaUserConfig): HarstaUserConfig; export { HarstaUserConfig, defineConfig };