-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "vsuite-goerli",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"build:goerli": "graph build subgraph.goerli.yaml",
"build:goerli-fast": "graph build subgraph.goerli_fast.yaml",
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ vsuite-goerli",
"create-local": "graph create --node http://localhost:8020/ vsuite-goerli",
"remove-local": "graph remove --node http://localhost:8020/ vsuite-goerli",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 vsuite-goerli",
"deploy-local:goerli": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 vsuite-goerli subgraph.goerli.yaml",
"deploy-local:goerli-fast": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 vsuite-goerli subgraph.goerli_fast.yaml",
"test": "graph test",
"format": "prettier --config .prettierrc 'abis_ts/**/*.ts' 'src/**/*.ts' --write"
},
"dependencies": {
"@graphprotocol/cost-model": "^0.1.16",
"@graphprotocol/graph-cli": "0.60.0",
"@graphprotocol/graph-ts": "0.31.0",
"@graphprotocol/indexer-cli": "^0.20.17",
"prettier": "2.8.1"
},
"devDependencies": {
"matchstick-as": "0.5.0"
}
}