UNPKG

551 BTypeScriptView Raw
1import type { ethers } from "ethers";
2import type { FactoryOptions as FactoryOptionsT, getContractFactory as getContractFactoryT, HardhatEthersHelpers, Libraries as LibrariesT } from "../types";
3import "hardhat/types/runtime";
4declare module "hardhat/types/runtime" {
5 interface HardhatRuntimeEnvironment {
6 ethers: typeof ethers & HardhatEthersHelpers;
7 }
8 type Libraries = LibrariesT;
9 type FactoryOptions = FactoryOptionsT;
10 type getContractFactory = typeof getContractFactoryT;
11}
12//# sourceMappingURL=type-extensions.d.ts.map
\No newline at end of file