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.

7 lines (5 loc) 267 B
import { DeploymentsManager } from 'hardhat-deploy/dist/src/DeploymentsManager' import type { Environment } from 'hardhat/internal/core/runtime-environment' export function createManager(env: Environment) { return new DeploymentsManager(env as any, env.network) }