UNPKG

@solarity/hardhat-migrate

Version:
9 lines 510 B
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