Bug report
"Found no transaction for event" on Base (OP Stack) — reproducible across deploys
Environment
- Subgraph Studio (hosted)
- Network: Base (chainId 8453)
- specVersion: 1.2.0
- apiVersion: 0.0.9
Description
Deploying a Uniswap V4 subgraph on Base consistently fails with Found no transaction for event within ~77K blocks of startBlock. The same subgraph (identical schema + mappings) indexes successfully on Ethereum and Arbitrum.
Error (v0.0.1)
Error: failed to process trigger: block #25428006
(0x7d2ea361cee849c46ba41ab4f7dc3909342bbc78415e794a46979c14dc695ea9),
transaction 9efd7044a2e5da263b970a55c859e2b7eee84f5c97be753f0c55d9bcca134510:
Found no transaction for event
Error (v0.0.2 — after removing receipt: true)
Error: failed to process trigger: block #25427983
(0x5e09922a07f7c4e8a3df2781a7c47521652l030bd73eb1f1b20d8dcfd1a6l4c5),
transaction b676b941fe70cca65b976256071a82ee03fa5e3011cae29111416f6c3f03d6b9:
Found no transaction for event
Key observations
- Fails at different blocks on each deploy — not a single corrupt block, appears systemic
- Transactions exist on-chain — verified on BaseScan: normal user swap through Uniswap V4, not an L1 deposit/system tx
- Removing
receipt: true did not fix it — v0.0.2 has no receipt declarations, same error
- Same subgraph works on Ethereum + Arbitrum — only Base is affected
- Contract addresses verified — PoolManager
0x498581ff718922c3f8e6a244956af099b2652b2b matches official Uniswap V4 deployment
Subgraph slug
uniswap-v4-base (deploy key: 58439c-1580b0)
Suspected cause
Studio's Base RPC provider returning incomplete block data (event logs present but transaction list missing entries). Base is OP Stack — possible edge case with how Graph Node resolves transactions in OP Stack blocks.
Related
Relevant log output
IPFS hash
Qmb7wzKMrLWrcQBE91kUYVjJRRgbbP3WmiQiFopismLTUY
Subgraph name or link to explorer
https://thegraph.com/studio/subgraph/uniswap-v-4-base/
Some information to help us out
OS information
macOS
Bug report
"Found no transaction for event" on Base (OP Stack) — reproducible across deploys
Environment
Description
Deploying a Uniswap V4 subgraph on Base consistently fails with
Found no transaction for eventwithin ~77K blocks of startBlock. The same subgraph (identical schema + mappings) indexes successfully on Ethereum and Arbitrum.Error (v0.0.1)
Error: failed to process trigger: block #25428006
(0x7d2ea361cee849c46ba41ab4f7dc3909342bbc78415e794a46979c14dc695ea9),
transaction 9efd7044a2e5da263b970a55c859e2b7eee84f5c97be753f0c55d9bcca134510:
Found no transaction for event
Error (v0.0.2 — after removing
receipt: true)Error: failed to process trigger: block #25427983
(0x5e09922a07f7c4e8a3df2781a7c47521652l030bd73eb1f1b20d8dcfd1a6l4c5),
transaction b676b941fe70cca65b976256071a82ee03fa5e3011cae29111416f6c3f03d6b9:
Found no transaction for event
Key observations
receipt: truedid not fix it — v0.0.2 has no receipt declarations, same error0x498581ff718922c3f8e6a244956af099b2652b2bmatches official Uniswap V4 deploymentSubgraph slug
uniswap-v4-base(deploy key:58439c-1580b0)Suspected cause
Studio's Base RPC provider returning incomplete block data (event logs present but transaction list missing entries). Base is OP Stack — possible edge case with how Graph Node resolves transactions in OP Stack blocks.
Related
Relevant log output
IPFS hash
Qmb7wzKMrLWrcQBE91kUYVjJRRgbbP3WmiQiFopismLTUY
Subgraph name or link to explorer
https://thegraph.com/studio/subgraph/uniswap-v-4-base/
Some information to help us out
OS information
macOS