Skip to content

Commit af1eac8

Browse files
Merge remote-tracking branch 'origin/main' into devin/1767862637-sui-sdk-multiple-accumulator-messages
2 parents e409c85 + 1b93df1 commit af1eac8

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

apps/developer-hub/content/docs/price-feeds/pro/getting-started.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,10 @@ client.subscribe({
141141
});
142142
```
143143
144-
NOTE: Every property passed to `client.subscribe` are explained in the [API Reference](https://pyth-lazer.dourolabs.app/docs).
144+
<Callout type="info">
145+
For a detailed explanation of every property passed to `client.subscribe`, see the [Payload Reference](/price-feeds/pro/payload-reference#stream-response-structure).
146+
</Callout>
147+
145148
146149
</Step>
147150
</Steps>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Pyth Pro provides multiple cryptographic formats to support different blockchain
254254
<div className="grid grid-cols-1 lg:grid-cols-2 gap-6 mt-6">
255255

256256
<div className="p-6 bg-gray-50 dark:bg-darkGray rounded-lg border border-gray-200 dark:border-gray-700">
257-
#### EVM Format (`evm`)
257+
**EVM Format (`evm`)**
258258

259259
- **Algorithm**: secp256k1 ECDSA
260260
- **Hash Function**: Keccak-256
@@ -264,7 +264,7 @@ Pyth Pro provides multiple cryptographic formats to support different blockchain
264264
</div>
265265

266266
<div className="p-6 bg-gray-50 dark:bg-darkGray rounded-lg border border-gray-200 dark:border-gray-700">
267-
#### Solana Format (`solana`)
267+
**Solana Format (`solana`)**
268268

269269
- **Algorithm**: Ed25519 EdDSA
270270
- **Signature Size**: 64 bytes
@@ -274,7 +274,7 @@ Pyth Pro provides multiple cryptographic formats to support different blockchain
274274
</div>
275275

276276
<div className="p-6 bg-gray-50 dark:bg-darkGray rounded-lg border border-gray-200 dark:border-gray-700">
277-
#### Little-Endian ECDSA (`leEcdsa`)
277+
**Little-Endian ECDSA (`leEcdsa`)**
278278

279279
- **Algorithm**: secp256k1 ECDSA (little-endian)
280280
- **Hash Function**: Keccak-256
@@ -285,7 +285,7 @@ Pyth Pro provides multiple cryptographic formats to support different blockchain
285285
</div>
286286

287287
<div className="p-6 bg-gray-50 dark:bg-darkGray rounded-lg border border-gray-200 dark:border-gray-700">
288-
#### Unsigned Format (`leUnsigned`)
288+
**Unsigned Format (`leUnsigned`)**
289289

290290
- **Signature**: None (raw payload)
291291
- **Use Cases**: Off-chain use, testing and development

0 commit comments

Comments
 (0)