UNPKG

@tenderly/hardhat-integration

Version:

Hardhat plugin for integration with Tenderly

6 lines 457 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NO_COMPILER_FOUND_FOR_CONTRACT_ERR_MSG = exports.CONTRACTS_NOT_DETECTED = void 0; exports.CONTRACTS_NOT_DETECTED = `Could not detect any contracts inside hardhat project. Make sure you have some contracts under ./contracts directory.`; exports.NO_COMPILER_FOUND_FOR_CONTRACT_ERR_MSG = `No compiler configuration found for the contracts`; //# sourceMappingURL=errors.js.map