polymerdao / evm-indexer

MIT License
8 stars 4 forks source link

Backfill polymer gas metrics #9

Open Inkvi opened 3 weeks ago

Inkvi commented 3 weeks ago

Backfill is in progress and should take around 13 days assuming processing speed of 1 packet/sec.

The progress can be seen by using this query

query MyQuery {
  backfill {
    channels
    channelsWithErrors
    packets 
    packetsWithErrors
  }
}