forked from gelatodigital/gelato-subgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
17 lines (17 loc) · 898 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "gelato-network",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ gelatodigital/gelato-network",
"create-local": "graph create --node http://localhost:8020/ gelatodigital/gelato-network",
"remove-local": "graph remove --node http://localhost:8020/ gelatodigital/gelato-network",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 gelatodigital/gelato-network",
"deploy-mainnet": "graph deploy --debug --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ gelatodigital/gelato-network"
},
"dependencies": {
"@cerc-io/graph-cli": "0.22.4-watcher-ts-0.1.0",
"@graphprotocol/graph-ts": "npm:@cerc-io/[email protected]"
}
}