UNPKG

@nomicfoundation/hardhat-ethers

Version:
8 lines 298 B
import "hardhat/types/network"; import type { HardhatEthers } from "./types.js"; declare module "hardhat/types/network" { interface NetworkConnection<ChainTypeT extends ChainType | string = DefaultChainType> { ethers: HardhatEthers; } } //# sourceMappingURL=type-extensions.d.ts.map