You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [SDK documentation](https://github.com/pyth-network/pyth-crosschain/tree/main/target_chains/solana/sdk/js/pyth_solana_receiver) contains more information about interacting with the Pyth solana receiver contract, including working examples.
229
229
230
+
<Callouttype="info"emoji="ℹ️">
231
+
Posting and verifying price updates currently requires multiple transactions
232
+
on Solana. If your usecase requires a single transaction, you can reduce the
233
+
verification level of the posted price updates by replacing
234
+
`addPostPriceUpdates` by `addPostPartiallyVerifiedPriceUpdates` in the
0 commit comments