UNPKG

hardhat-graph-protocol

Version:

A hardhat plugin that extends the runtime environment to inject additional functionality related to the usage of the Graph Protocol.

12 lines 583 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.logError = exports.logWarn = exports.logDebug = void 0; const debug_1 = __importDefault(require("debug")); const LOG_BASE = 'hardhat:graph'; exports.logDebug = (0, debug_1.default)(`${LOG_BASE}:debug`); exports.logWarn = (0, debug_1.default)(`${LOG_BASE}:warn`); exports.logError = (0, debug_1.default)(`${LOG_BASE}:error`); //# sourceMappingURL=logger.js.map