@nomicfoundation/hardhat-ethers
Version:
Hardhat plugin for ethers
6 lines • 469 B
TypeScript
import type { HardhatEthers } from "../types.js";
import type { ArtifactManager } from "hardhat/types/artifacts";
import type { NetworkConfig } from "hardhat/types/config";
import type { EthereumProvider } from "hardhat/types/providers";
export declare function initializeEthers(ethereumProvider: EthereumProvider, networkName: string, networkConfig: NetworkConfig, artifactManager: ArtifactManager): Promise<HardhatEthers>;
//# sourceMappingURL=initialization.d.ts.map