Closed
Description
Component
Forge
Have you ensured that all of these are up to date?
- Foundry
- Foundryup
What version of Foundry are you on?
anvil 0.2.0 (0688b5a 2024-02-06T00:22:52.883641000Z)
What command(s) is the bug in?
anvil --fork-url $rpc --chain-id 1 --no-rate-limit --prune-history
Operating System
Linux
Describe the bug
An eth_call
from Graph Node returns with "Required data unavailable", screenshot attached.
The anvil
node is forking mainnet
using Infura as the provider (also tried Alchemy and LlamaRPC), graph-node
is connected to this node via RPC and indexing a subgraph. This subgraph indexes fine against mainnet
and used to index fine in this setup until a few weeks ago.
Zero idea on what could be causing this, any suggestions are appreciated and I'm willing to try any number of debug ops.