ethpandaops / ethereum-package

A Kurtosis package that deploys a private, portable, and modular Ethereum devnet
MIT License
194 stars 99 forks source link

fix: ephemery genesis loader #700

Closed pk910 closed 5 days ago

pk910 commented 1 week ago

update ephemery genesis loader to use latest network-config.tar.gz from ephemery genesis repository

barnabasbusa commented 6 days ago

There is one more file that has to be added. Thats not present in eth-clients repo either

Prysm needs to read in the bootstrap nodes in a yaml format instead of a txt format.

https://github.com/ethpandaops/ansible-collection-general/blob/master/roles/ethereum_post_network_setup/tasks/main.yaml#L42

pk910 commented 6 days ago

fixed :)