-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·19 lines (19 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "blocks-heco",
"version": "1.0.0",
"repository": "https://github.com/complusnetwork/blocks-heco",
"license": "GPL-3.0-or-later",
"scripts": {
"codegen": "graph codegen --output-dir src/types/",
"build": "graph build",
"create-local": "graph create complusnetwork/blocks-heco --node http://127.0.0.1:8020",
"deploy-local": "graph deploy complusnetwork/blocks-heco --debug --ipfs http://localhost:5001 --node http://127.0.0.1:8020",
"deploy": "graph deploy complusnetwork/blocks-heco --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ --debug",
"deploy-staging": "graph deploy $THE_GRAPH_GITHUB_USER/$THE_GRAPH_SUBGRAPH_NAME /complusnetwork --ipfs https://api.staging.thegraph.com/ipfs/ --node https://api.staging.thegraph.com/deploy/",
"watch-local": "graph deploy complusnetwork/blocks-heco --watch --debug --node http://127.0.0.1:8020/ --ipfs http://localhost:5001"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.17.1",
"@graphprotocol/graph-ts": "0.17.0"
}
}