hardhat-graph-protocol
Version:
A hardhat plugin that extends the runtime environment to inject additional functionality related to the usage of the Graph Protocol.
8 lines • 372 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isGraphDeployment = isGraphDeployment;
const deployments_1 = require("@graphprotocol/toolshed/deployments");
function isGraphDeployment(deployment) {
return typeof deployment === 'string' && deployments_1.GraphDeploymentsList.includes(deployment);
}
//# sourceMappingURL=types.js.map