Skip to content

Commit

Permalink
upgrade sidecar to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyaoy committed Aug 9, 2024
1 parent 6ef4d15 commit 2140409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protocol/contrib/slinky/oracle.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"atomic": false,
"endpoints": [
{
"url": "https://clob.polymarket.com/price?token_id=%s&side=BUY",
"url": "https://clob.polymarket.com/midpoint?token_id=%s",
"authentication": {
"apiKey": "",
"apiKeyHeader": ""
Expand Down
2 changes: 1 addition & 1 deletion protocol/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ services:
volumes:
- ./localnet/dydxprotocol3:/dydxprotocol/chain/.dave/data
slinky0:
image: ghcr.io/skip-mev/slinky-sidecar:v1.0.6
image: ghcr.io/skip-mev/slinky-sidecar:v1.0.8
entrypoint: >
sh -c "slinky --marketmap-provider dydx_migration_api --oracle-config /etc/slinky/oracle.json --log-std-out-level error"
environment:
Expand Down

0 comments on commit 2140409

Please sign in to comment.