Skip to content

Commit

Permalink
Update localnet sidecar to 1.0.10 (#2135)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyaoy authored Aug 21, 2024
1 parent 637fa18 commit 63286c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
23 changes: 0 additions & 23 deletions protocol/contrib/slinky/oracle.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,5 @@
},
"type": "market_map_provider"
}
},
"polymarket_api": {
"name": "polymarket_api",
"type": "price_provider",
"api": {
"name": "polymarket_api",
"enabled": true,
"timeout": 3000000000,
"interval": 500000000,
"reconnectTimeout": 2000000000,
"maxQueries": 1,
"atomic": false,
"endpoints": [
{
"url": "https://clob.polymarket.com/midpoint?token_id=%s",
"authentication": {
"apiKey": "",
"apiKeyHeader": ""
}
}
],
"batchSize": 0
}
}
}
2 changes: 1 addition & 1 deletion protocol/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ services:
volumes:
- ./localnet/dydxprotocol3:/dydxprotocol/chain/.dave/data
slinky0:
image: ghcr.io/skip-mev/slinky-sidecar:v1.0.8
image: ghcr.io/skip-mev/slinky-sidecar:v1.0.10
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 63286c3

Please sign in to comment.