Skip to content

Commit bd43ac9

Browse files
Merge pull request #3269 from pyth-network/devin/1764937804-fix-fixed-rate-format
Update fixed_rate channel format to use milliseconds consistently in docs
2 parents 8491a50 + 35e483a commit bd43ac9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/developer-hub/content/docs/price-feeds/pro/how-lazer-works.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ It embeds aggregation logic to compute median prices, confidence intervals (usin
5959

6060
- **WebSocket streaming**: Provides `/v1/stream` endpoint for real-time price updates
6161
- **HTTP REST API**: Offers `/v1/latest_price` for on-demand price queries
62-
- **Channel types**: Supports real-time and fixed-rate channels (50ms, 200ms, 1s)
62+
- **Channel types**: Supports real-time and fixed-rate channels (50ms, 200ms, 1000ms)
6363
- **Multi-chain support**: Generates on-chain payloads for Solana, EVM, and other chains
6464

6565
#### Aggregation logic

apps/developer-hub/content/docs/price-feeds/pro/payload-reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Pyth Pro offers multiple delivery channels to match your latency and frequency r
245245
| `fixed_rate@1ms` | Updates every 1 millisecond | Ultra-low latency applications |
246246
| `fixed_rate@50ms` | Updates every 50 milliseconds | Low-latency trading systems |
247247
| `fixed_rate@200ms` | Updates every 200 milliseconds | Standard trading applications |
248-
| `fixed_rate@1s` | Updates every 1 second | General applications, dashboards |
248+
| `fixed_rate@1000ms` | Updates every 1 second | General applications, dashboards |
249249

250250
## Signature Schemes and Binary Formats
251251

0 commit comments

Comments
 (0)