UNPKG

@tenderly/hardhat-tenderly

Version:

Package for overloading some of the HardhatRuntimeEnvironment components

6 lines 427 B
import { ethers } from "ethers"; import { DeployContractOptions } from "@nomicfoundation/hardhat-ethers/types"; import { HardhatRuntimeEnvironment } from "hardhat/types"; export declare function extendEthers(hre: HardhatRuntimeEnvironment): void; export declare function deployContract(name: string, signerOrOptions?: ethers.Signer | DeployContractOptions): Promise<ethers.Contract>; //# sourceMappingURL=extend-ethers.d.ts.map