Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 798 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 798 Bytes

OpCo indexer

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.

Usage

Explorer URL: https://explorer.subquery.network/subquery/agoric-labs/internal

Data

The entities currently indexed:

  • Fast USDC Transactions

Performance

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.

Developing

This should be the same as the Agoric SubQuery project. See Developing in its README.