mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-09 09:14:06 +00:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user