Arbitrum Classic: arb-rpc-node/v0.8.0 OS & Version: linux-amd64 `Eth_call` not responding for 'balanceOf' on Arbitrum Legacy client for block range `6835300-6835333`. Call seems to just hang. Curl command to reproduce: ``` curl -s -H 'Content-Type: application/json' -d '{"method":"eth_call","params":[{"from":null,"to":"0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9","data":"0x70a08231000000000000000000000000960ea3e3C7FB317332d990873d354E18d7645590"}, "0x684c64"],"id":1,"jsonrpc":"2.0"}' localhost:8547 ``` Looking at logs in real-time while sending the cURL shows no error messages or exiting logs.