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 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); module.exports = { networks: { mainnet: { chainId: 1, url: `https://mainnet.infura.io/v3/123456`, }, }, }; //# sourceMappingURL=hardhat.config.js.map