Skip to content

Commit

Permalink
fix: use correct pools array
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Sep 24, 2024
1 parent 8f80c8e commit 9cf91c8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- --state_chain.ws_endpoint=wss://mainnet-rpc.chainflip.io:443

cf-lp:
image: ghcr.io/cumpsd/chainflip-lp:v8.0.27
image: ghcr.io/cumpsd/chainflip-lp:v8.0.28
pull_policy: always
restart: unless-stopped
working_dir: "/app"
Expand Down Expand Up @@ -43,13 +43,13 @@ services:
- Bot__Pools__1__MaxBuyTick=1
- Bot__Pools__1__MinSellTick=50
- Bot__Pools__1__MaxSellTick=-1
- Bot__Pools__1__Chain=Solana
- Bot__Pools__1__Asset=USDC
- Bot__Pools__1__Slice=20
- Bot__Pools__1__MinBuyTick=-50
- Bot__Pools__1__MaxBuyTick=1
- Bot__Pools__1__MinSellTick=50
- Bot__Pools__1__MaxSellTick=-1
- Bot__Pools__2__Chain=Solana
- Bot__Pools__2__Asset=USDC
- Bot__Pools__2__Slice=20
- Bot__Pools__2__MinBuyTick=-50
- Bot__Pools__2__MaxBuyTick=1
- Bot__Pools__2__MinSellTick=50
- Bot__Pools__2__MaxSellTick=-1
- Serilog__MinimumLevel__Override__ChainflipLp=Information
depends_on:
- lp

0 comments on commit 9cf91c8

Please sign in to comment.