forked from protofire/compound-governance-subgraph
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
18 lines (18 loc) · 916 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "venus-governance-subgraph",
"version": "0.1.0",
"private": true,
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ venusprotocol/venus-governance-subgraph",
"deploy-dev": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ venusprotocol/venus-governance-subgraph",
"create-local": "graph create --node http://localhost:8020/ venusprotocol/venus-governance-subgraph",
"remove-local": "graph remove --node http://localhost:8020/ venusprotocol/venus-governance-subgraph",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 venusprotocol/venus-governance-subgraph"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.17.1",
"@graphprotocol/graph-ts": "0.17.0"
}
}