graphprotocol / graph-network-analytics-subgraph

Analytics subgraph for Graph Network
MIT License
6 stars 11 forks source link

feature request: GRT mints, burns and total supply in GraphNetworkDailyData entity #38

Open sahra-karakoc opened 7 months ago

sahra-karakoc commented 7 months ago

Currently, analytics subgraph doesn't track GRT mints, burns and totalSupply. It would be useful to add the following to GraphNetworkDailyData entity :

If we have to choose between the two, it might make more sense to go with the cumulative values since it is easier to calculate daily changes from cumulative values than the reverse.