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
text/typescript
export { Chain } from './types/index.mjs';
import { H as HarstaUserConfig } from './config-KLy5M8Xg.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-KLy5M8Xg.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 };