ameliatastic / seahorse-lang

Write Anchor-compatible Solana programs in Python
Apache License 2.0
313 stars 43 forks source link

Fix Pyth `get_price` and add `Price.publish_time` property #91

Closed acheroncrypto closed 1 year ago

acheroncrypto commented 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.

There is also a new property in Price struct called publish_time and it is now accesible from Seahorse too.

ameliatastic commented 1 year ago

thanks!