UNPKG

@tenderly/hardhat-integration

Version:

Hardhat plugin for integration with Tenderly

10 lines 431 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VerifyContractABIOnDevnetNotSupportedError = void 0; class VerifyContractABIOnDevnetNotSupportedError extends Error { constructor() { super("Verifying contract ABIs on devnet is not supported"); } } exports.VerifyContractABIOnDevnetNotSupportedError = VerifyContractABIOnDevnetNotSupportedError; //# sourceMappingURL=errors.js.map