Add a SushiSwap stack #482

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

View File

@ -41,5 +41,5 @@
eventsInBatch = 50
subgraphEventsOrder = true
blockDelayInMilliSecs = 2000
prefetchBlocksInMem = true
prefetchBlocksInMem = false
prefetchBlockCount = 10

View File

@ -86,5 +86,5 @@
eventsInBatch = 50
subgraphEventsOrder = true
blockDelayInMilliSecs = 2000
prefetchBlocksInMem = true
prefetchBlocksInMem = false
prefetchBlockCount = 10

View File

@ -37,5 +37,5 @@
eventsInBatch = 50
lazyUpdateBlockProgress = true
blockDelayInMilliSecs = 2000
prefetchBlocksInMem = true
prefetchBlocksInMem = false
prefetchBlockCount = 10

View File

@ -7,5 +7,4 @@ WORKDIR /app
COPY . .
RUN echo "Building uniswap-watcher-ts" && \
git checkout sushiswap && \
yarn && yarn build && yarn build:contracts
yarn && yarn build && yarn build:contracts

View File

@ -5,9 +5,7 @@
Clone required repositories:
```bash
laconic-so --stack sushiswap setup-repositories
# If this throws an error as a result of being already checked out to a branch/tag in a repo, remove the conflicting repositories and re-run the command
laconic-so --stack sushiswap setup-repositories --git-ssh
```
Build the container images:

View File

@ -5,9 +5,9 @@ repos:
## fixturenet-lotus repo
- github.com/filecoin-project/lotus
## sushiswap repos
- github.com/cerc-io/sushiswap-v3-core
- github.com/cerc-io/sushiswap-v3-periphery
- github.com/vulcanize/uniswap-watcher-ts
- github.com/cerc-io/sushiswap-v3-core@watcher-ts
- github.com/cerc-io/sushiswap-v3-periphery@watcher-ts
- github.com/vulcanize/uniswap-watcher-ts@sushiswap
- github.com/vulcanize/uniswap-v3-info
containers:
## fixturenet-lotus image