-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
19 lines (19 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "daocare_graph",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"build-kovan": "graph build ./subgraph.kovan.yaml",
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ daocare/daocare_graph",
"deploy-kovan": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ daocare/daocare_kovan_soldityv6 ./subgraph.kovan.yaml",
"deploy-mainnet": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ daocare/daocare-mainnet",
"create-local": "graph create --node http://localhost:8020/ daocare/daocare_graph",
"remove-local": "graph remove --node http://localhost:8020/ daocare/daocare_graph",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 daocare/daocare_graph"
},
"dependencies": {
"@graphprotocol/graph-cli": "^0.18.0",
"@graphprotocol/graph-ts": "^0.18.1"
}
}