UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

6 lines (5 loc) 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_IPFS_URL = void 0; const DEFAULT_IPFS_URL = 'https://api.thegraph.com/ipfs/api/v0'; exports.DEFAULT_IPFS_URL = DEFAULT_IPFS_URL;