How often are the reserve parameters pushed to the database for the Aave subgraph?
- undefined Aave
Expert
How often are the reserve parameters pushed to the database for the Aave subgraph? I think I've managed to get historic reserve data and the intervals between the timestamps don't appear to have a consistent pattern which makes me think there's a specific trigger to update?
Answers 1
Subgraphs continuously update by indexing each new block as they occur. Reserve param updates occur when `updateState `is triggered on the reserve, which happens when any user performs an action on this reserve (supply, borrow, repay, etc.)