Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a quick fix for showing the proper price on the main page of Kolibri from the Youves oracle smart contract.
Contract: https://tzkt.io/KT1ExbCyFbsvPQTUitHAK7HSfYkJgiCtBGpM
We are fetching the price directly from the storage contract using that endpoint:
https://api.tzkt.io/v1/bigmaps/597699/keys/XTZUSDT
Perhaps for kolibri long term view and avoiding spamming tzkt api publicly. It might be great if we are deploying a service expose (essentially an API). That expose the same data through with cached responses as long as the price is not updated.