subgraphs
subgraphs copied to clipboard
Across-V2 Arbitrum: `liquidityPoolDailySnapshot` TVL not being added into `financialDailySnapshot` TVL
In subgraphs.xyz:
On Messari FE where we sum up poolSnapshots to get the protocol level values
Here is the pool not being included:
{
pools (where:{id:"0xff970a61a04b1ca14834a43f5de4533ebddb5cc8"}){
id
name
dailySnapshots (
where:{
timestamp_gt: 1682467200,
timestamp_lt:1682553600
}
){
id
timestamp
totalValueLockedUSD
}
}
}