From ae95a260642795e045ded570c47bb54ffc89c824 Mon Sep 17 00:00:00 2001 From: Pablo Maldonado Date: Mon, 2 Feb 2026 13:27:55 +0100 Subject: [PATCH] docs: update README with TheGraph v1.2.0 endpoints Update TheGraph query URLs to v1.2.0 for: - Skinny Optimistic Oracle (mainnet, sepolia) - Optimistic Oracle (mainnet, polygon, arbitrum, optimism, boba, sepolia, base) - Optimistic Oracle V2 (mainnet, polygon, arbitrum, optimism, boba, sepolia, base) - Managed Optimistic Oracle V2 (polygon) - Voting V2 (mainnet, sepolia) Remove Blast TheGraph URLs (network not supported by TheGraph Studio) --- README.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index b07cb49..e780d0b 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ 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: + - TheGraph: - Goldsky: - (testnet) Sepolia - - TheGraph: + - TheGraph: - Goldsky: ## Optimistic Oracle Events @@ -63,19 +63,19 @@ This subgraph indexes events emitted by the "Skinny Optimistic Oracle" contracts This subgraph indexes events emitted by the "Optimistic Oracle" contracts. The code can be found in `packages/optimistic-oracle` - Mainnet - - TheGraph: + - TheGraph: - Goldsky: - Polygon - - TheGraph: + - TheGraph: - Goldsky: - Arbitrum - - TheGraph: + - TheGraph: - Goldsky: - Optimism - - TheGraph: + - TheGraph: - Goldsky: - Boba - - TheGraph: + - TheGraph: - Goldsky: - (staging) Goerli - TheGraph: @@ -87,13 +87,13 @@ This subgraph indexes events emitted by the "Optimistic Oracle" contracts. The c - TheGraph: - Goldsky: - (testnet) Sepolia - - TheGraph: + - TheGraph: - Goldsky: - Base - - TheGraph: + - TheGraph: - Goldsky: - Blast - - TheGraph: + - TheGraph: - Goldsky: - Story - TheGraph: @@ -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: + - TheGraph: - Goldsky: - Polygon - - TheGraph: + - TheGraph: - Goldsky: - Arbitrum - - TheGraph: + - TheGraph: - Goldsky: - Optimism - - TheGraph: + - TheGraph: - Goldsky: - Boba - - TheGraph: + - TheGraph: - Goldsky: - (staging) Core Testnet - TheGraph: - Core - TheGraph: - (testnet) Sepolia - - TheGraph: + - TheGraph: - Goldsky: - Base - - TheGraph: + - TheGraph: - Goldsky: - (staging) Base Sepolia - TheGraph: - Goldsky: - Blast - - TheGraph: + - TheGraph: - Goldsky: - Story - TheGraph: @@ -148,7 +148,7 @@ This subgraph indexes events and function calls by the "Managed Optimistic Oracl - TheGraph: - Goldsky: - Polygon - - TheGraph: + - TheGraph: - Goldsky: ## Financial Contract Events @@ -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: + - TheGraph: - Goldsky: - (testnet) Sepolia - - TheGraph: + - TheGraph: - Goldsky: ## Optimistic Oracle V3 Events