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
In the V2, we need more data for our feeds to fulfil our needs. The main reference being the PragmaDecoder solidity contract where data feeds are decoded from the bytes constructed in Theoros.
For example in TWAP feeds we don't have any data on the volume or the number of data points used.
Note
This work should be done on a separate branch v2/contracts so we don't mix up stuff with starknet implementation.
The text was updated successfully, but these errors were encountered:
Goal
In the V2, we need more data for our feeds to fulfil our needs. The main reference being the PragmaDecoder solidity contract where data feeds are decoded from the bytes constructed in Theoros.
For example in
TWAP
feeds we don't have any data on the volume or the number of data points used.Note
This work should be done on a separate branch
v2/contracts
so we don't mix up stuff with starknet implementation.The text was updated successfully, but these errors were encountered: