-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
Thanks for the quick turnaround @lgalabru. @ali-bahjati - can you give me a rough estimate of when we should expect this on mainnet? We are waiting for this upgrade before integrating Pyth into our contracts. |
@ali-bahjati - an understanding of the ETA for this PR to get merged would be very helpful to us. This is a key dependency for us to use Pyth on mainnet. We can deploy the new contracts ourselves but would rather use the official release by you. |
Hi @Gandalf77, |
That works, thanks @ali-bahjati! |
Hey @ali-bahjati - can you please ping me here when the new contracts are deployed? Thank you. |
@Gandalf77 have you been able to make the Pyth Oracle work in your smart Contracts? |
When I call I get How can I remedy this? Are the contracts setup to be called by other contracts, since you're using |
Not yet, no. Have you? |
@Patotking12 - we got Pyth to work in our contracts. Reach out on Discord (@jakob_btc) if you need help with your implementation. |
Addressing #30 - this function is adding the ability for the oracle to decode PNAU messages without updating the price feed store.
Note that this is a contract upgrade, so a PTGM message, upgrading the contract will have to be issued after the deployment.
As discussed, we're also getting rid of the
helper
contract.