bye43
bye43
Update: Pricing should be fixed with new pricing updates then the subgraph just needs to be redeployed
@Evan-Kim2028 Upon closer look, I believe we actually support this. Are you looking for something different than `tick` in this [query](https://api.thegraph.com/subgraphs/name/messari/uniswap-v3-ethereum/graphql?query=%7B%0A++swaps+%7B%0A++++hash%0A++++tick%0A++%7D%0A%7D%0A++++%23%0A++++%23+Keyboard+shortcuts%3A%0A++++%23%0A++++%23++Prettify+Query%3A++Shift-Ctrl-P+%28or+press+the+prettify+button+above%29%0A++++%23%0A++++%23+++++Merge+Query%3A++Shift-Ctrl-M+%28or+press+the+merge+button+above%29%0A++++%23%0A++++%23+++++++Run+Query%3A++Ctrl-Enter+%28or+press+the+play+button+above%29%0A++++%23%0A++++%23+++Auto+Complete%3A++Ctrl-Space+%28or+just+start+typing%29%0A++++%23%0A++)
> @bye43 please see this [example](https://api.thegraph.com/subgraphs/name/messari/uniswap-v3-ethereum/graphql?query=query+swaps_events+%7B%0A++swaps+%28%0A++++where%3A%7Bpool_%3A+%7Bid%3A%220x5777d92f208679db4b9778590fa3cab3ac9e2168%22%7D%7D%2C+%0A++++orderBy%3A+timestamp%2C+%0A++++orderDirection%3A+desc%29+%7B%0A++++timestamp%0A++++hash%0A++++tick%0A++++%0A++%7D+%0A%7D). > > There is no historical value of tick, it just shows the most recent one which is the problem Ahh yes, see now....
@steegecs QA for baseswap looks like there is a couple of pools that may have pricing problems and that the fee percentage is not set right for revenue.
@dmelotik Is this still an issue?
Update: Error going on with querying at the moment, so checking the reward metrics is currently on the backlog.
@jaimehgb Tracking here: - [ ] Rewards and `stakedToken Output` are not being tracked because we are not tracking `masterchefboosted` contract
@TKYAngus Sorry for the late response on this. We were having pricing issues with `0x6c3f90f043a72fa612cbac8115ee7e52bde6e490`so it was hardcoded to 1. We are currently making fixes to the price library that...
Will make revenue changes, fix the stale pricing issue, add base, and missing vaults
## Sushiswap V3 QA ### Ethereum - [ ] `0x5325d78529ef74105004bd4114cc569303ce8b5f` is priced wrong and causing TVL to be incorrect ### Avalanche - [ ] `0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab` being [priced wrong](https://api.thegraph.com/subgraphs/id/QmXSovQTu1XSwFVT4uLkUV7UA2d9cKUT7yLrNG6r58KHjM/graphql?query=%7B%0A++liquidityPoolDailySnapshots+%28orderBy%3A+totalValueLockedUSD%2C+orderDirection%3A+desc%2C+where%3A+%7Btimestamp_gt%3A+1685923200%7D%29+%7B%0A++++pool+%7B%0A++++++name%0A++++++id%0A++++++inputTokens+%7B%0A++++++++name%0A++++++++id%0A++++++++lastPriceUSD%0A++++++%7D%0A++++%7D%0A++%7D%0A%7D) - [...