Add a local stack for ERC20 watcher (#80)

* Add a healthcheck for ipld-eth-server

* Update ipld-eth-server ports in mobymask watcher config

* Update clique period to 5s in geth-foundry config

* Add a stack for erc20 watcher

* Add a demo for erc20 watcher

* Upgrade watcher-ts version

* Update instructions

* Pass option to pull while setting up repos
This commit is contained in:
prathamesh0
2022-12-22 11:33:39 +05:30
committed by GitHub
parent e7296c2ce3
commit a7221ddc24
12 changed files with 297 additions and 5 deletions
@@ -37,8 +37,8 @@
[upstream]
[upstream.ethServer]
gqlApiEndpoint = "http://ipld-eth-server:8083/graphql"
rpcProviderEndpoint = "http://ipld-eth-server:8082"
gqlApiEndpoint = "http://ipld-eth-server:8082/graphql"
rpcProviderEndpoint = "http://ipld-eth-server:8081"
blockDelayInMilliSecs = 60000
[upstream.cache]