Abracadabra All: Snapshots with 0 values
Abracadabra snapshots have 0 values when there is no activity. To fix this we need to ensure that no cumulative values are set to 0 on creation, they should be initialized with the actual cumulative value.
See image:

Abracadabra Avalanche marketDailySnapshots do not have any data in the rate fields, regardless of which market.
https://api.thegraph.com/subgraphs/name/messari/abracadabra-money-avalanche/graphql?query=%7B%0A++markets+%7B%0A++%09dailySnapshots+%28first%3A+1%29+%7B%0A++++++id%0A++++%09rates+%7B%0A++++++%09id%0A++++%09%7D%0A++++%7D%0A++++hourlySnapshots+%28first%3A+1%29+%7B%0A++++++rates+%7B%0A++++++++id%0A++++++%7D%0A++++%7D%0A++%7D%0A%7D
@dmelotik Is this still an issue?
I added into the fix for #957
This does not seem to be a subgraph issue anymore in the latest version of the subgraph: https://subgraphs.messari.io/subgraph?endpoint=https%3A%2F%2Fapi.thegraph.com%2Fsubgraphs%2Fid%2FQmRde24xjTq8NGP4QUX9sUVzFzD3YZ5WF8SV7X8QxQc4YM&tab=pool&poolId=0x4eaed76c3a388f4a841e9c765560bbe7b3e4b3a0&view=marketDailySnapshots-totalDepositBalanceUSD
@yulesa on your DA, with this endpoint (https://thegraph.com/hosted-service/subgraph/messari/abracadabra-money-ethereum) is it still an issue?
It is:
query

https://subgraphs.messari.io/subgraph?endpoint=https%3A//api.thegraph.com/subgraphs/id/QmRde24xjTq8NGP4QUX9sUVzFzD3YZ5WF8SV7X8QxQc4YM&tab=pool&poolId=0x003d5a75d284824af736df51933be522de9eed0f
Aha, good catch @yulesa it looks like the price of sOHM is not correct. Looking into this
The pricing is broken for the sOHM pool, but given it is so small (< $20k tvl in the pool) we are deprioritizing this.
If this is an issue in the future we will re-open discussion and make an appropriate fix.