Closed adrena-orex closed 4 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
Doesn't fix, cause internally now pyth still uses that version, although we don't. Basically cannot use pyth without the 2.x?
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