ethereum / beacon-APIs

Collection of RESTful APIs provided by Ethereum Beacon nodes
https://ethereum.github.io/beacon-APIs/
Creative Commons Zero v1.0 Universal
328 stars 167 forks source link

Use obvious example URL #383

Closed dapplion closed 9 months ago

dapplion commented 9 months ago

Setting http://public-mainnet-node.ethereum.org/ as default is very deceiving as one could believe there's a node deployed there. Note that many networks deploy infra in there base URLs.

Setting to http://localhost/ as a clear neutral URL that will break for sure. Not setting any specific port since every client uses a different one

Closes https://github.com/ethereum/beacon-APIs/issues/322