UNPKG

@tenderly/hardhat-integration

Version:

Hardhat plugin for integration with Tenderly

9 lines 477 B
import { HardhatRuntimeEnvironment } from "hardhat/types"; export declare class VersionCompatibilityChecker { areEthersAndHardhatTenderlyVersionsCompatible(hre: HardhatRuntimeEnvironment, hardhatTenderlyVersion: string): [boolean, string, string]; compatibleHardhatTenderlyVersionForEthersVersion(ethersVersion: string): string; private _trimVersion; private _majorVersion; private _areCompatible; } //# sourceMappingURL=VersionCompatibilityChecker.d.ts.map