UNPKG

@nomicfoundation/hardhat-ethers

Version:
6 lines 469 B
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