@solarity/hardhat-migrate
Version:
The simplest way to deploy smart contracts
9 lines • 510 B
TypeScript
import { HardhatRuntimeEnvironment } from "hardhat/types";
import type { HardhatEthersProvider as HardhatEthersProviderT } from "@nomicfoundation/hardhat-ethers/internal/hardhat-ethers-provider";
export declare let ethersProvider: HardhatEthersProviderT | null;
export declare function createEthersProvider(hre: HardhatRuntimeEnvironment): void;
/**
* Used only in test environments to ensure test atomicity
*/
export declare function resetEthersProvider(): void;
//# sourceMappingURL=EthersProvider.d.ts.map