Skip to content

Commit b2d87a7

Browse files
Merge pull request #3279 from pyth-network/devin/1765180113-fix-payload-reference-formatting
fix(developer-hub): fix markdown table formatting in payload-reference.mdx
2 parents f196e9b + 8b35f19 commit b2d87a7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -239,13 +239,13 @@ Based on the [API documentation](https://pyth-lazer.dourolabs.app/docs), you can
239239

240240
Pyth Pro offers multiple delivery channels to match your latency and frequency requirements:
241241

242-
| Channel | Description | Use Cases |
243-
| ------------------ | ---------------------------------------------------------------------------------------------- | ------------------------------------------- |
244-
| `real_time` | Updates sent immediately when new price is available (no faster than 1ms, no slower than 50ms) | High-frequency trading, real-time analytics |
245-
| `fixed_rate@1ms` | Updates every 1 millisecond | Ultra-low latency applications |
246-
| `fixed_rate@50ms` | Updates every 50 milliseconds | Low-latency trading systems |
247-
| `fixed_rate@200ms` | Updates every 200 milliseconds | Standard trading applications |
248-
| `fixed_rate@1000ms` | Updates every 1 second | General applications, dashboards |
242+
| Channel | Description | Use Cases |
243+
| ------------------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------- |
244+
| `real_time` | Updates sent immediately when new price is available (no faster than 1ms, no slower than 50ms) | High-frequency trading, real-time analytics |
245+
| `fixed_rate@1ms` | Updates every 1 millisecond | Ultra-low latency applications |
246+
| `fixed_rate@50ms` | Updates every 50 milliseconds | Low-latency trading systems |
247+
| `fixed_rate@200ms` | Updates every 200 milliseconds | Standard trading applications |
248+
| `fixed_rate@1000ms` | Updates every 1 second | General applications, dashboards |
249249

250250
## Signature Schemes and Binary Formats
251251

0 commit comments

Comments
 (0)