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
declare_id exposes ids publicly and it might be misleading for users. It is a practice in sdks that they include their contract ID and consumers often check with that. In Pyth usecase it is unlikely that a consumer do that because usually they initialize their contracts with correct price account key and check against that.
We can keep it as it is, or move out test contract, or make it mainnet/devnet id.
The text was updated successfully, but these errors were encountered:
declare_id
exposes ids publicly and it might be misleading for users. It is a practice in sdks that they include their contract ID and consumers often check with that. In Pyth usecase it is unlikely that a consumer do that because usually they initialize their contracts with correct price account key and check against that.We can keep it as it is, or move out test contract, or make it mainnet/devnet id.
The text was updated successfully, but these errors were encountered: