Compare commits

...

2 Commits

Author SHA1 Message Date
Your Name
8684f64eb6 ports etc 2023-07-27 00:53:02 +00:00
zramsay
525d7ee49b uniswap updates 2023-07-26 19:44:59 -04:00
6 changed files with 16 additions and 8 deletions

View File

@ -75,6 +75,8 @@ services:
uni-watcher-server:
restart: unless-stopped
depends_on:
ipld-eth-server:
condition: service_healthy
uniswap-watcher-db:
condition: service_healthy
uni-watcher-job-runner:

View File

@ -23,8 +23,8 @@
[upstream]
[upstream.ethServer]
gqlApiEndpoint = "http://ipld-eth-server.example.com:8083/graphql"
rpcProviderEndpoint = "http://ipld-eth-server.example.com:8082"
gqlApiEndpoint = "http://ipld-eth-server:8082/graphql"
rpcProviderEndpoint = "http://ipld-eth-server:8081"
[upstream.cache]
name = "requests"

View File

@ -63,8 +63,8 @@
[upstream]
[upstream.ethServer]
gqlApiEndpoint = "http://ipld-eth-server.example.com:8083/graphql"
rpcProviderEndpoint = "http://ipld-eth-server.example.com:8082"
gqlApiEndpoint = "http://ipld-eth-server:8082/graphql"
rpcProviderEndpoint = "http://ipld-eth-server:8081"
[upstream.cache]
name = "requests"

View File

@ -22,8 +22,8 @@
[upstream]
[upstream.ethServer]
gqlApiEndpoint = "http://ipld-eth-server.example.com:8083/graphql"
rpcProviderEndpoint = "http://ipld-eth-server.example.com:8082"
gqlApiEndpoint = "http://ipld-eth-server:8082/graphql"
rpcProviderEndpoint = "http://ipld-eth-server:8081"
[upstream.cache]
name = "requests"

View File

@ -22,13 +22,13 @@ Instructions to deploy Uniswap v3 watcher stack (watcher + uniswap-v3-info front
* Clone / pull required repositories:
```bash
$ laconic-so setup-repositories --include vulcanize/uniswap-watcher-ts,vulcanize/uniswap-v3-info --git-ssh --pull
$ laconic-so --stack uniswap-v3 setup-repositories
```
* Build watcher and info app container images:
```bash
$ laconic-so build-containers --include cerc/watcher-uniswap-v3,cerc/uniswap-v3-info
$ laconic-so --stack uniswap-v3 build-containers
```
This should create the required docker images in the local image registry.

View File

@ -3,8 +3,14 @@ name: uniswap-v3
repos:
- github.com/vulcanize/uniswap-watcher-ts
- github.com/vulcanize/uniswap-v3-info
- github.com/cerc-io/ipld-eth-db
- github.com/cerc-io/ipld-eth-server
containers:
- cerc/watcher-uniswap-v3
- cerc/uniswap-v3-info
- cerc/ipld-eth-db
- cerc/ipld-eth-server
pods:
- watcher-uniswap-v3
- ipld-eth-db
- ipld-eth-server