Skip to content

Commit ef310e0

Browse files
authored
chore: svm add anchor 0.31.1 (#833)
* go * fix: update solana docs to hermes client * do it * go * go
1 parent cb81b2c commit ef310e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/price-feeds/use-real-time-data/solana.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ pyth-solana-receiver-sdk ="x.y.z" # get the latest version from https://crates.i
2323
```
2424

2525
<Callout type="warning" emoji="">
26-
At the time of writing, [pyth-solana-receiver-sdk](https://github.com/pyth-network/pyth-crosschain/tree/main/target_chains/solana/pyth_solana_receiver_sdk) is compatible with Anchor `v0.28.0{:js}`, `v0.29.0{:js}`, and `v0.30.1{:js}`.
27-
If you are on `v0.30.0{:js}` or any other version, please move to `v0.30.1{:js}`.
26+
At the time of writing, [pyth-solana-receiver-sdk](https://github.com/pyth-network/pyth-crosschain/tree/main/target_chains/solana/pyth_solana_receiver_sdk) is compatible with Anchor `v0.28.0{:js}`, `v0.29.0{:js}`, `v0.30.1{:js}` and `v0.31.1{:js}`.
27+
If you are on any other version, please move to `v0.31.1{:js}`. This [repository](https://github.com/guibescos/anchor-pyth/tree/main/programs/anchor-pyth) has a branch for each of these versions containing a minimal working Solana program.
2828
</Callout>
2929

3030
### Typescript SDK

0 commit comments

Comments
 (0)