You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We load the Eth2NetworkConfig to get the ChainSpec for built in networks, or for parsing it from disk.
This is very wasteful, as there is a lot of other data that we do not need, e.g. the genesis state or KZG setup. We should only load the ChainSpec. Currently, this is not easily doable, so we need some adjustments in Lighthouse.