Skip to content

Commit 35e483a

Browse files
Simplify channel types format: change 1s to 1000ms
Co-Authored-By: Nidhi Singh <nidhi2894@gmail.com>
1 parent 3757ee2 commit 35e483a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 (`fixed_rate@50ms`, `fixed_rate@200ms`, `fixed_rate@1000ms`)
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

0 commit comments

Comments
 (0)