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.

11 lines 534 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // This import is needed to let the TypeScript compiler know that it should include your type // extensions in your npm package's types file. require("./type-extensions"); const config_1 = require("hardhat/config"); const gre_1 = require("./gre"); // ** Graph Runtime Environment (GRE) extensions for the HRE ** (0, config_1.extendConfig)(gre_1.greExtendConfig); (0, config_1.extendEnvironment)(gre_1.greExtendEnvironment); //# sourceMappingURL=index.js.map