Skip to content

Commit

Permalink
Add a sushiswap stack and deploy core contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh0 committed Aug 3, 2023
1 parent 2da03d7 commit 8713e6c
Show file tree
Hide file tree
Showing 10 changed files with 516 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/data/compose/docker-compose-watcher-sushiswap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: '3.2'

services:
# Deploys the UniswapV3Factory contract
sushiswap-v3-core:
image: cerc/sushiswap-v3-core:local
environment:
CERC_RPC_HOST: "fixturenet-eth-geth-1"
CERC_RPC_PORT: "8545"
CERC_RPC: "http://fixturenet-eth-geth-1:8545"
CERC_ACCOUNTS_CSV_URL: "http://fixturenet-eth-bootnode-geth:9898/accounts.csv"
command: |
"./deploy-contracts.sh"
volumes:
- ../config/network/wait-for-it.sh:/app/wait-for-it.sh
- ../config/watcher-sushiswap/v3-core/deploy-contracts.sh:/app/deploy-contracts.sh
- ../config/watcher-sushiswap/hardhat.config.ts:/app/hardhat.config.ts
Loading

0 comments on commit 8713e6c

Please sign in to comment.