Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,14 @@ This subgraph indexes events and function calls by the "Managed Optimistic Oracl
- TheGraph:
- Goldsky: <https://api.goldsky.com/api/public/project_clus2fndawbcc01w31192938i/subgraphs/polygon-managed-optimistic-oracle-v2/1.0.4/gn>

## Mirror of Managed Optimistic Oracle V2 Events and Calls

This subgraph indexes events and function calls by the "Managed Optimistic Oracle V2" contracts that mirror requests and proposals on production instance. We reuse the code from `packages/managed-oracle-v2` because the events emitted are the same.

- Polygon
- TheGraph:
- Goldsky: <https://api.goldsky.com/api/public/project_clus2fndawbcc01w31192938i/subgraphs/polygon-mirror-managed-optimistic-oracle-v2/1.0.1/gn>

## Financial Contract Events

This subgraph indexes events emitted by the ExpiringMultiParty and Perpetual contracts. The code can be found in `packages/financial-contracts`
Expand Down
Loading