-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Main Metrics Readme #278
Changes from 4 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,14 +10,15 @@ services: | |
context: . | ||
dockerfile: contrib/images/slinky.sidecar.e2e.Dockerfile | ||
volumes: | ||
- ./config/local/oracle.json:/oracle/oracle.json | ||
- ./config/local/market.json:/oracle/market.json | ||
- ./config/dydx/oracle.json:/oracle/oracle.json | ||
- ./config/dydx/market.json:/oracle/market.json | ||
Comment on lines
+13
to
+14
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What is the docker-compose used in again? e2e tests? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nothing, just running locally |
||
entrypoint: [ | ||
"oracle", | ||
"--oracle-config-path", "/etc/slinky/default_config/oracle.json", | ||
"--market-config-path", "/etc/slinky/default_config/market.json", | ||
"--chain-id", "dydx-mainnet-1", | ||
"--pprof-port", "6060", | ||
"--run-pprof", "true", | ||
"--run-pprof", | ||
] | ||
ports: | ||
- "8080:8080" # main oracle port | ||
|
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lowering the interval since dYdX block time is less than 1s