eth_config
Returns the node's fork configuration for the current, next, and last known forks, as introduced by EIP-7910. Operators can use this method to verify that a node is correctly configured for the current network state and any scheduled upgrades. Takes no parameters.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Responses
200
An object with three members: current, next, and last. next and last are null when the client is not configured for a scheduled future fork; both may hold the same value when the next fork is also the last known fork.
Was this page helpful?