AdrenaFoundation / sablier

GNU Affero General Public License v3.0
6 stars 4 forks source link

Fix solana deps #36

Closed adrena-orex closed 2 months ago

adrena-orex commented 2 months ago

Problem is that the pyth-solana-sdk refer to the latest version of solana, which conflicts with the version of solana used in the sablier package.

We have forked pyth-solana-sdk to adapt the solana program version target and targetted our fork as a dep.

https://github.com/AdrenaDEX/pyth-sdk-rs/pull/1

Adrena-Corto commented 2 months ago

Screenshot 2024-07-08 at 9 53 09 AM Doesn't fix, cause internally now pyth still uses that version, although we don't. Basically cannot use pyth without the 2.x?