ethereum / trin

An Ethereum portal client: a json-rpc server with nearly instant sync, and low CPU & storage usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Light Client still supports Goerli

morph-dev opened this issue · comments

The light-client still supports/uses goerli that is no longer producing blocks:

This is causing some tests to fail: config::checkpoints::test::test_fetch_latest_checkpoints

To proper solution is to replace Goerli with Sepolia or Holesky (or both).