OffchainLabs / eth-pos-devnet

MIT License
103 stars 124 forks source link

start at capella fork with updated prysmctl #15

Closed kasey closed 1 year ago

kasey commented 1 year ago

depends on a prysmctl docker container built after merging https://github.com/prysmaticlabs/prysm/pull/12268

Note all the changes to use the genesis.json generated by prysm. The reason for this is that the genesis.json needs to include a timestamp to fork to bellatrix, so it's just simpler for the setup to let prysm generate this and use the default credentials and chain id that are currently hardcoded on the prysm side. This could be made more configurable with some additional effort.