UNPKG

@tenderly/hardhat-integration

Version:

Hardhat plugin for integration with Tenderly

9 lines 389 B
import { HardhatRuntimeEnvironment } from "hardhat/types"; export declare class UndefinedChainIdError extends Error { constructor(networkName: string); } export declare class UsernameOrProjectNotProvidedError extends Error { constructor(); } export declare function throwIfUsernameOrProjectNotSet(hre: HardhatRuntimeEnvironment): Promise<void>; //# sourceMappingURL=errors.d.ts.map