Skip to content

Commit 05350c2

Browse files
committed
chore: bump Graph CLI to last stable version
1 parent 28ccd36 commit 05350c2

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@
77
"auth": "graph auth https://api.thegraph.com/deploy/",
88
"build": "graph build",
99
"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"
1411
},
1512
"dependencies": {
16-
"@graphprotocol/graph-cli": "0.21.0",
13+
"@graphprotocol/graph-cli": "0.21.1",
1714
"@graphprotocol/graph-ts": "0.20.1",
1815
"@protofire/subgraph-toolkit": "0.1.2"
1916
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
chalk "^2.0.0"
2424
js-tokens "^4.0.0"
2525

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==
3030
dependencies:
3131
assemblyscript "git+https://github.com/AssemblyScript/assemblyscript.git#v0.6"
3232
chalk "^3.0.0"

0 commit comments

Comments
 (0)