You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
pyth-neon depends on old version of [email protected] which is not tagged on GitHub
Consequently I get the following compile error (with the latest version of pyth-sdk-solidity):
Error:
Compiler run failed
error[9582]: TypeError: Member "status" not found or not visible after argument-dependent lookup in struct PythStructs.PriceFeed memory.
--> lib/pyth-neon/contracts/PythOracle.sol:21:17:
|
21 | require(priceFeed.status == PythStructs.PriceStatus.TRADING, "current price unavailable");
| ^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
pyth-neon depends on old version of [email protected] which is not tagged on GitHub
Consequently I get the following compile error (with the latest version of pyth-sdk-solidity):
The text was updated successfully, but these errors were encountered: