This uses SubQuery to index some transfer events and messages on the Agoric chain that are relevant to OpCo.
See also the Agoric SubQuery project.
Explorer URL: https://explorer.subquery.network/subquery/agoric-labs/internal
The entities currently indexed:
- Fast USDC Transactions
Sources of latency:
- Waiting for new blocks. RPC itself can be delayed.
- Processing time of blocks.
- DB delay. OnFinality has some caching which batches DB operations.
This should be the same as the Agoric SubQuery project. See Developing in its README.