Skip to content

Commit

Permalink
Upgrade Slinky Sidecar Version to v0.4.6 (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Li authored May 23, 2024
1 parent 521dc27 commit 1082737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ services:
volumes:
- ./localnet/dydxprotocol3:/dydxprotocol/chain/.dave/data
slinky0:
image: ghcr.io/skip-mev/slinky-sidecar:v0.4.1
image: ghcr.io/skip-mev/slinky-sidecar:v0.4.6
entrypoint: >
sh -c "slinky-config --chain dydx --node-http-url http://dydxprotocold0:1317 --oracle-config-path /etc/oracle.json &&
slinky --oracle-config-path /etc/oracle.json --update-market-config-path /etc/market.json --log-level error"
slinky --oracle-config-path /etc/oracle.json --update-market-config-path /etc/market.json --log-std-out-level error"
ports:
- "8080:8080"
- "8002:8002" # metrics
Expand Down

0 comments on commit 1082737

Please sign in to comment.