Skip to content

Commit

Permalink
Updated graph cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
asselstine committed Jul 30, 2021
1 parent c03b082 commit a9b70fe
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 235 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@
"build:mainnet": "graph build subgraph.mainnet.yaml",
"build:rinkeby": "graph build subgraph.rinkeby.yaml",
"build:polygon": "graph build subgraph.polygon.yaml",
"build:bsc": "graph build subgraph.bsc.yaml",
"auth": "graph auth https://api.thegraph.com/deploy/",
"tag-release": "PACKAGE_VERSION=$(./scripts/package-version.sh) && git tag -ae v$PACKAGE_VERSION && git push --tags"
},
"dependencies": {
"@graphprotocol/graph-cli": "^0.19.0",
"@graphprotocol/graph-ts": "^0.19.0",
"@graphprotocol/graph-cli": "^0.21.1",
"@graphprotocol/graph-ts": "^0.20.1",
"@pooltogether/pooltogether-contracts": "3.4.1-alpha.6",
"mustache": "^4.0.1"
}
Expand Down
Loading

0 comments on commit a9b70fe

Please sign in to comment.