Skip to content
Merged
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
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,30 +52,30 @@ This subgraph indexes events emitted by the core Oracle contracts. The code can
This subgraph indexes events emitted by the "Skinny Optimistic Oracle" contracts. The code can be found in `packages/skinny-optimistic-oracle`

- Mainnet
- TheGraph: <https://thegraph.com/studio/subgraph/mainnet-skinny-oo>
- TheGraph: <https://api.studio.thegraph.com/query/1057/mainnet-skinny-oo/1.2.0>
- Goldsky: <https://api.goldsky.com/api/public/project_clus2fndawbcc01w31192938i/subgraphs/mainnet-skinny-optimistic-oracle/1.1.0/gn>
- (testnet) Sepolia
- TheGraph: <https://thegraph.com/studio/subgraph/sepolia-skinny-oo>
- TheGraph: <https://api.studio.thegraph.com/query/1057/sepolia-skinny-oo/1.2.1>
- Goldsky: <https://api.goldsky.com/api/public/project_clus2fndawbcc01w31192938i/subgraphs/sepolia-skinny-optimistic-oracle/1.1.0/gn>

## Optimistic Oracle Events

This subgraph indexes events emitted by the "Optimistic Oracle" contracts. The code can be found in `packages/optimistic-oracle`

- Mainnet
- TheGraph: <https://thegraph.com/studio/subgraph/mainnet-optimistic-oracle>
- TheGraph: <https://api.studio.thegraph.com/query/1057/mainnet-optimistic-oracle/1.2.0>
- Goldsky:
- Polygon
- TheGraph: <https://thegraph.com/studio/subgraph/polygon-optimistic-oracle>
- TheGraph: <https://api.studio.thegraph.com/query/1057/polygon-optimistic-oracle/1.2.0>
- Goldsky:
- Arbitrum
- TheGraph: <https://thegraph.com/studio/subgraph/arbitrum-optimistic-oracle>
- TheGraph: <https://api.studio.thegraph.com/query/1057/arbitrum-optimistic-oracle/1.2.0>
- Goldsky:
- Optimism
- TheGraph: <https://thegraph.com/studio/subgraph/optimism-optimistic-oracle>
- TheGraph: <https://api.studio.thegraph.com/query/1057/optimism-optimistic-oracle/1.2.0>
- Goldsky:
- Boba
- TheGraph: <https://thegraph.com/studio/subgraph/boba-optimistic-oracle>
- TheGraph: <https://api.studio.thegraph.com/query/1057/boba-optimistic-oracle/1.2.0>
- Goldsky:
- (staging) Goerli
- TheGraph: <https://thegraph.com/hosted-service/subgraph/md0x/goerli-optimistic-oracle>
Expand All @@ -87,13 +87,13 @@ This subgraph indexes events emitted by the "Optimistic Oracle" contracts. The c
- TheGraph: <https://thegraph.coredao.org/subgraphs/name/umaprotocol/core-optimistic-oracle>
- Goldsky:
- (testnet) Sepolia
- TheGraph: <https://thegraph.com/studio/subgraph/sepolia-optimistic-oracle>
- TheGraph: <https://api.studio.thegraph.com/query/1057/sepolia-optimistic-oracle/1.2.0>
- Goldsky:
- Base
- TheGraph: <https://thegraph.com/studio/subgraph/base-optimistic-oracle>
- TheGraph: <https://api.studio.thegraph.com/query/1057/base-optimistic-oracle/1.2.0>
- Goldsky:
- Blast
- TheGraph: <https://thegraph.com/studio/subgraph/blast-optimistic-oracle>
- TheGraph:
- Goldsky:
- Story
- TheGraph:
Expand All @@ -106,35 +106,35 @@ This subgraph indexes events and function calls by the "Optimistic Oracle V2" co
**Note:** L2 chains does not support `callHandlers`. This means we cannot use callHandlers to index the `setBond`, `setCustomLiveness`, and `setEventBased` function calls. These properties are also not available via events. Our compromise here is that in the case of L2 chains, we read this data from the contract state in the event handler instead. **This workaround works when `setCustomLiveness` and `setEventBased` are called in the same transaction as `requestPrice`. So it doesn't work for all cases. Ideally we should have `callHandlers` in the chains that support this.** We therefore must also remove the call handlers from the subgraph.yaml file for Polygon. See `scripts/remove-call-handlers.js` for implementation.

- Mainnet
- TheGraph: <https://thegraph.com/studio/subgraph/mainnet-optimistic-oracle-v2>
- TheGraph: <https://api.studio.thegraph.com/query/1057/mainnet-optimistic-oracle-v2/1.2.0>
- Goldsky: <https://api.goldsky.com/api/public/project_clus2fndawbcc01w31192938i/subgraphs/mainnet-optimistic-oracle-v2/latest/gn>
- Polygon
- TheGraph: <https://thegraph.com/studio/subgraph/polygon-optimistic-oracle-v2>
- TheGraph: <https://api.studio.thegraph.com/query/1057/polygon-optimistic-oracle-v2/1.2.0>
- Goldsky: <https://api.goldsky.com/api/public/project_clus2fndawbcc01w31192938i/subgraphs/polygon-optimistic-oracle-v2/1.1.0/gn>
- Arbitrum
- TheGraph: <https://thegraph.com/studio/subgraph/arbitrum-optimistic-oracle-v2>
- TheGraph: <https://api.studio.thegraph.com/query/1057/arbitrum-optimistic-oracle-v2/1.2.0>
- Goldsky: <https://api.goldsky.com/api/public/project_clus2fndawbcc01w31192938i/subgraphs/arbitrum-optimistic-oracle-v2/1.1.0/gn>
- Optimism
- TheGraph: <https://thegraph.com/studio/subgraph/optimism-optimistic-oracle-v2>
- TheGraph: <https://api.studio.thegraph.com/query/1057/optimism-optimistic-oracle-v2/1.2.0>
- Goldsky: <https://api.goldsky.com/api/public/project_clus2fndawbcc01w31192938i/subgraphs/optimism-optimistic-oracle-v2/1.1.0/gn>
- Boba
- TheGraph: <https://thegraph.com/studio/subgraph/boba-optimistic-oracle-v2>
- TheGraph: <https://api.studio.thegraph.com/query/1057/boba-optimistic-oracle-v2/1.2.0>
- Goldsky:
- (staging) Core Testnet
- TheGraph: <https://thegraph.test.btcs.network/subgraphs/name/Reinis-FRP/core-testnet-optimistic-oracle-v2>
- Core
- TheGraph: <https://thegraph.coredao.org/subgraphs/name/umaprotocol/core-optimistic-oracle-v2>
- (testnet) Sepolia
- TheGraph: <https://thegraph.com/studio/subgraph/sepolia-optimistic-oracle-v2/>
- TheGraph: <https://api.studio.thegraph.com/query/1057/sepolia-optimistic-oracle-v2/1.2.0>
- Goldsky: <https://api.goldsky.com/api/public/project_clus2fndawbcc01w31192938i/subgraphs/sepolia-optimistic-oracle-v2/1.1.0/gn>
- Base
- TheGraph: <https://thegraph.com/studio/subgraph/base-optimistic-oracle-v2>
- TheGraph: <https://api.studio.thegraph.com/query/1057/base-optimistic-oracle-v2/1.2.0>
- Goldsky: <https://api.goldsky.com/api/public/project_clus2fndawbcc01w31192938i/subgraphs/base-optimistic-oracle-v2/1.1.0/gn>
- (staging) Base Sepolia
- TheGraph: <https://thegraph.com/studio/subgraph/base-sepolia-oo-v2>
- Goldsky: <https://api.goldsky.com/api/public/project_clus2fndawbcc01w31192938i/subgraphs/base-sepolia-optimistic-oracle-v2/1.1.0/gn>
- Blast
- TheGraph: <https://thegraph.com/studio/subgraph/blast-optimistic-oracle-v2>
- TheGraph:
- Goldsky: <https://api.goldsky.com/api/public/project_clus2fndawbcc01w31192938i/subgraphs/blast-optimistic-oracle-v2/1.1.0/gn>
- Story
- TheGraph:
Expand All @@ -148,7 +148,7 @@ This subgraph indexes events and function calls by the "Managed Optimistic Oracl
- TheGraph:
- Goldsky: <https://api.goldsky.com/api/public/project_clus2fndawbcc01w31192938i/subgraphs/amoy-managed-optimistic-oracle-v2/1.1.0/gn>
- Polygon
- TheGraph:
- TheGraph: <https://api.studio.thegraph.com/query/1057/polygon-managed-optimistic-oracle-v2/1.2.0>
- Goldsky: <https://api.goldsky.com/api/public/project_clus2fndawbcc01w31192938i/subgraphs/polygon-managed-optimistic-oracle-v2/1.0.4/gn>

## Financial Contract Events
Expand Down Expand Up @@ -178,10 +178,10 @@ This subgraph indexes events emitted by the UMA voting token contracts. The code
This subgraph indexes events emitted by the core Oracle contracts. The code can be found in `packages/votingV2`

- Mainnet
- TheGraph: <https://thegraph.com/studio/subgraph/mainnet-voting-v2>
- TheGraph: <https://api.studio.thegraph.com/query/1057/mainnet-voting-v2/1.2.0>
- Goldsky: <https://api.goldsky.com/api/public/project_clus2fndawbcc01w31192938i/subgraphs/mainnet-voting-v2/0.1.1/gn>
- (testnet) Sepolia
- TheGraph: <https://thegraph.com/studio/subgraph/sepolia-voting-v2/>
- TheGraph: <https://api.studio.thegraph.com/query/1057/sepolia-voting-v2/1.2.0>
- Goldsky: <https://api.goldsky.com/api/public/project_clus2fndawbcc01w31192938i/subgraphs/sepolia-voting-v2/1.0.0/gn>

## Optimistic Oracle V3 Events
Expand Down