load Goerli metadata from goerli repo#5680
Conversation
The `eth2-networks` repo often receives metadata updates with a delay. Switch to `goerli` repo to obtain the latest config (Dencun scheduling) when it is updated. This is in line with how Sepolia / Holesky work. - eth-clients/goerli#178
|
Assuming the changes are currently synced between One somewhat nice aspect now is that it only fetches If eth-clients/eth2-networks#92 is merged, that would restore the status quo ante, by making a (shallow) submodule clone of Also, it is more consistent with Holesky, but it's less consistent with mainnet. If Certainly, not having two out-of-sync copies of the Goerli/Prater network configuration is better, regardless. |
|
Yeah, regardless of deprecation, we just need to pick the repo that has the correct DENCUN_FORK_EPOCH set. Which, right now, is only planned for |
The `eth2-networks` repo often receives metadata updates with a delay. Switch to `goerli` repo to obtain the latest config (Dencun scheduling) when it is updated. This is in line with how Sepolia / Holesky work. - eth-clients/goerli#178
The
eth2-networksrepo often receives metadata updates with a delay. Switch togoerlirepo to obtain the latest config (Dencun scheduling) when it is updated. This is in line with how Sepolia / Holesky work.