Skip to content

Commit

Permalink
update slinky to 1.0.0 (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
yujin512 authored Jun 6, 2024
1 parent 82778b9 commit 8911545
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions protocol/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,9 @@ services:
volumes:
- ./localnet/dydxprotocol3:/dydxprotocol/chain/.dave/data
slinky0:
image: ghcr.io/skip-mev/slinky-sidecar:v0.4.6
image: ghcr.io/skip-mev/slinky-sidecar:v1.0.0
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-std-out-level error"
sh -c "slinky --marketmap-provider dydx_api --market-map-endpoint http://dydxprotocold0:1317 --update-market-config-path /etc/market.json --log-std-out-level error"
ports:
- "8080:8080"
- "8002:8002" # metrics
Expand Down

0 comments on commit 8911545

Please sign in to comment.