File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 7
7
"auth" : " graph auth https://api.thegraph.com/deploy/" ,
8
8
"build" : " graph build" ,
9
9
"codegen" : " graph codegen" ,
10
- "deploy" : " graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ curvefi/curve-subgraph" ,
11
- "create-local" : " graph create --node http://localhost:8020/ pioul/curve-subgraph" ,
12
- "remove-local" : " graph remove --node http://localhost:8020/ pioul/curve-subgraph" ,
13
- "deploy-local" : " graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 pioul/curve-subgraph"
10
+ "deploy" : " graph deploy --product hosted-service curvefi/curve"
14
11
},
15
12
"dependencies" : {
16
- "@graphprotocol/graph-cli" : " 0.21.0 " ,
13
+ "@graphprotocol/graph-cli" : " 0.21.1 " ,
17
14
"@graphprotocol/graph-ts" : " 0.20.1" ,
18
15
"@protofire/subgraph-toolkit" : " 0.1.2"
19
16
}
Original file line number Diff line number Diff line change 23
23
chalk "^2.0.0"
24
24
js-tokens "^4.0.0"
25
25
26
- " @graphprotocol/[email protected] .0 " :
27
- version "0.21.0 "
28
- resolved "https://registry.yarnpkg.com/@graphprotocol/graph-cli/-/graph-cli-0.21.0 .tgz#628064ebfef4f41594f50c9811514ed8b24ea69d "
29
- integrity sha512-qQNlPCe+HKXscymrVI366gKeSzPAY5N/yXDkGSPzNDiBzi2VfV1CUyVgTibeLtcp3XZE4pxtcyCmdHWqnK3xGw ==
26
+ " @graphprotocol/[email protected] .1 " :
27
+ version "0.21.1 "
28
+ resolved "https://registry.yarnpkg.com/@graphprotocol/graph-cli/-/graph-cli-0.21.1 .tgz#06cc85f3b950c01ca12c87c1fa47cacf4deec078 "
29
+ integrity sha512-bqHlHZTzfEJICUpGQQr4Pru07OiGiOpIiwkVSdQMJaiuwu+bflMmLJNYNbSRH2byqaWDZvc4MI3U9CwUYXdRRw ==
30
30
dependencies :
31
31
assemblyscript "git+https://github.com/AssemblyScript/assemblyscript.git#v0.6"
32
32
chalk "^3.0.0"
You can’t perform that action at this time.
0 commit comments