Deploy example contract in graph-node (#113)

* Deploy example contract in graph-node

* Add auth token in docker build for github packages

* Add steps for running tests in CI
This commit is contained in:
2022-04-29 15:11:40 +05:30
committed by GitHub
parent eca09ad66b
commit ba6b996e65
13 changed files with 257 additions and 149 deletions
@@ -10,7 +10,7 @@
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 example1"
},
"dependencies": {
"@graphprotocol/graph-cli": "ssh://git@github.com:vulcanize/graph-cli.git#graph-watcher",
"@graphprotocol/graph-ts": "^0.22.1"
"@graphprotocol/graph-ts": "^0.22.1",
"@vulcanize/graph-cli": "0.22.5"
}
}