Factory PoolCreated event handler (#120)

* Setup handler for PoolCreated event.

* Create Pool entity.

* Subscribe to uni-watcher for watching events.

* Refactor code to create GraphQLClient in ipld-eth-client.

Co-authored-by: nikugogoi <95nikass@gmail.com>
Co-authored-by: nabarun <nabarun@deepstacksoft.com>
This commit is contained in:
Ashwin Phatak
2021-07-06 16:55:11 +05:30
committed by GitHub
co-authored by nikugogoi nabarun
parent 9c60895352
commit aec9281fb8
23 changed files with 393 additions and 117 deletions
+1
View File
@@ -3,6 +3,7 @@
"version": "0.1.0",
"description": "ERC20 Watcher",
"private": true,
"main": "index.ts",
"scripts": {
"server": "DEBUG=vulcanize:* nodemon src/server.ts -f environments/local.toml",
"server:mock": "MOCK=1 nodemon src/server.ts -f environments/local.toml",