Closed acheroncrypto closed 1 year ago
get_price method was removed in the latest pyth-sdk-solana crate which results in compilation error. This PR updates to call the new method.
get_price
pyth-sdk-solana
There is also a new property in Price struct called publish_time and it is now accesible from Seahorse too.
Price
publish_time
thanks!
get_price
method was removed in the latestpyth-sdk-solana
crate which results in compilation error. This PR updates to call the new method.There is also a new property in
Price
struct calledpublish_time
and it is now accesible from Seahorse too.