Test for calling ethereum host API and updated eden subgraph (#29)

* Implement graph-ts eth-call API

* Tests for eden subgraph
This commit is contained in:
2021-12-28 16:08:05 +05:30
committed by nabarun
parent f34d83c04b
commit ca01fa788d
9 changed files with 64 additions and 61 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#ng-export-graph-ts",
"@graphprotocol/graph-cli": "ssh://git@github.com:vulcanize/graph-cli.git#graph-watcher-v0.22.1",
"@graphprotocol/graph-ts": "0.22.0"
}
}