Add the eth_syncing method to the verified proxy. This is used to check the status of an RPC node, e.g. by Nodeset.
Log line when attempting to use verified proxy with Nodeset:
hyperdrive_sw_operator | 2026-04-08 15:21:43 WARNING Failed to connect to execution node at http://hdmain-rpc-proxy:48545. {'code': -32601, 'message': "'eth_syncing' is not a registered RPC method"}
Nimbus Verified Proxy v0.2.2-0d88b541
Add the
eth_syncingmethod to the verified proxy. This is used to check the status of an RPC node, e.g. by Nodeset.Log line when attempting to use verified proxy with Nodeset: