Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/nodes/running-node/running-a-validator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ For more information on the available configuration parameters for Slinky, pleas
To verify that Slinky is running, enter the following command.

```bash
curl 'http://localhost:8080/connect/oracle/v2/prices' | jq .
curl 'http://localhost:8080/slinky/oracle/v1/prices' | jq .
```

The output of the command should look similar to this:
Expand Down