Skip to content

Commit 0e7d93b

Browse files
committed
address PR comments
1 parent 4002b6f commit 0e7d93b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/pages/nodes/running-node/required-node-configs.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ metrics_enabled = "true"
8686
price_ttl = "10s"
8787

8888
# Interval is the time between each price update request. The recommended interval
89-
# is the block time of the chain. Otherwise, 1.5 seconds (1500ms) is a good default. If this
89+
# is the block time of the chain. Otherwise, 0.6 seconds (600ms) is a good default. If this
9090
# is greater than 1 minute (1m), the app will not start.
91-
interval = "1500ms"
91+
interval = "600ms"
9292
```
9393

9494
## Slinky Configs
@@ -99,7 +99,7 @@ Sidecar can be configured by both flags and environment variables.
9999

100100
| Key | Default | Description |
101101
|---------------------------------------|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------|
102-
| `CONNECT_CONFIG_HOST` | `"0.0.0.0"` | The address Slinky will serve requests from. WARNING: changing this value requires updating the oracle_address in the app.toml configuration. |
102+
| `CONNECT_CONFIG_HOST` | `"0.0.0.0"` | The address Slinky will serve requests from. For single-machine deployments, consider using `127.0.0.1` for enhanced security. WARNING: changing this value requires updating the oracle_address in the app.toml configuration. |
103103
| `CONNECT_CONFIG_PORT` | `"8080"` | The port Slinky will serve requests from. WARNING: changing this value requires updating the oracle_address in the app.toml configuration. |
104104
| `CONNECT_CONFIG_METRICS_ENABLED` | `"true"` | Enables prometheus metrics. |
105105
| `CONNECT_CONFIG_METRICS_PROMETHEUSSERVERADDRESS` | `"0.0.0.0:8002"` | The address of your prometheus server instance. |

docs/pages/nodes/running-node/running-a-validator.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ As a validator run the flags `--bridge-daemon-enabled=false` in the command you
1010

1111
## Slinky
1212

13-
Starting in `v5.0.0`, running a validating full node requires the Slinky sidecar to be running in order to fetch Oracle prices. Slinky is a sidecar that pulls price data from external sources and caches them for the validator to use.
13+
Starting in [`v5.0.0`](https://www.mintscan.io/dydx/proposals/59), running a validating full node requires the Slinky sidecar to be running in order to fetch Oracle prices. Slinky is a sidecar that pulls price data from external sources and caches them for the validator to use.
1414

1515
### Running Slinky
1616

docs/pages/nodes/upgrades/upgrading-sidecar.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Starting in `v5.0.0`, all validating full nodes should be running the [Sidecar](../running-node/optimize.mdx#slinky-sidecar). Non validating full nodes do not need to run the sidecar.
1+
Starting in [`v5.0.0`](https://www.mintscan.io/dydx/proposals/59), all validating full nodes should be running the [Sidecar](../running-node/optimize.mdx#slinky-sidecar). Non validating full nodes do not need to run the sidecar.
22

33
Upgrading the Slinky binary can be done out of band of the chain's binary. If you have a load balancer, CNAME, etc., in front of your sidecar you can simply start up the new version and switch out which version traffic is being directed to during live chain validation.
44

0 commit comments

Comments
 (0)