Add a SushiSwap stack #482

Merged
prathamesh0 merged 9 commits from pm-sushiswap-stack into main 2023-08-10 08:27:07 +00:00
2 changed files with 11 additions and 0 deletions
Showing only changes of commit 78d482c7a0 - Show all commits

View File

@ -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

View File

@ -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