diff --git a/app/data/compose/docker-compose-watcher-sushiswap.yml b/app/data/compose/docker-compose-watcher-sushiswap.yml index 285dcaf7..915f39cd 100644 --- a/app/data/compose/docker-compose-watcher-sushiswap.yml +++ b/app/data/compose/docker-compose-watcher-sushiswap.yml @@ -151,6 +151,14 @@ services: extra_hosts: - "host.docker.internal:host-gateway" + sushiswap-v3-info: + depends_on: + sushi-info-watcher-server: + condition: service_healthy + image: cerc/uniswap-v3-info:local + ports: + - "0.0.0.0:3006:3000" + # Deploys the core (UniswapV3Factory) contract sushiswap-v3-core: image: cerc/sushiswap-v3-core:local diff --git a/app/data/stacks/sushiswap/stack.yml b/app/data/stacks/sushiswap/stack.yml index 65e685ca..44969e3a 100644 --- a/app/data/stacks/sushiswap/stack.yml +++ b/app/data/stacks/sushiswap/stack.yml @@ -7,6 +7,8 @@ repos: ## sushiswap repos - github.com/cerc-io/sushiswap-v3-core - github.com/cerc-io/sushiswap-v3-periphery + - github.com/vulcanize/uniswap-watcher-ts + - github.com/vulcanize/uniswap-v3-info containers: ## fixturenet-lotus image - cerc/lotus @@ -14,6 +16,7 @@ containers: - cerc/sushiswap-v3-core - cerc/sushiswap-v3-periphery - cerc/watcher-sushiswap + - cerc/uniswap-v3-info pods: - fixturenet-lotus - watcher-sushiswap