hardhat-deploy
Version:
Hardhat plugin for replicable smart contract deployments and easy testing across multiple EVM chains, with support for proxies, diamonds, named accounts, and deployment fixtures
8 lines • 408 B
TypeScript
import type { HardhatPlugin } from 'hardhat/types/plugins';
import './type-extensions.js';
import type { Environment } from 'rocketh/types';
import type { NetworkConnection } from 'hardhat/types/network';
declare const hardhatPlugin: HardhatPlugin;
export default hardhatPlugin;
export declare function getHardhatConnection(env: Environment): NetworkConnection<'generic'>;
//# sourceMappingURL=index.d.ts.map