@tenderly/hardhat-integration
Version:
Hardhat plugin for integration with Tenderly
9 lines • 389 B
TypeScript
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