Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Add ropsten-beacon-chain configs #9

Merged
merged 5 commits into from
May 18, 2022
Merged

Conversation

parithosh
Copy link
Member

@parithosh parithosh commented May 16, 2022

This PR adds the config files required by CL clients to instrument genesis. A summary of the chain configs are below:

  • Genesis time: 1653922800
  • Genesis fork version: 0x80000069
  • Genesis validator count: 100012
  • ALTAIR_FORK_EPOCH: 500
  • BELLATRIX_FORK_EPOCH: 750
  • TERMINAL_TOTAL_DIFFICULTY: 43531756765713534
  • DEPOSIT_CONTRACT_ADDRESS: 0x6f22fFbC56eFF051aECF839396DD1eD9aD6BBA9D (Same deposit contract code as mainnet)

Values such as ETH1_FOLLOW_DISTANCE were left unchanged compared to other testnets.

Once the PR has been merged, the client teams can be expected to receive mnemonics for their genesis validators. It'd be great if once the client teams have setup their bootnodes, if we could increase the bootnode list.

@parithosh parithosh requested a review from djrtwo May 16, 2022 19:15
@parithosh parithosh self-assigned this May 16, 2022
@ajsutton
Copy link
Contributor

Teku bootnode is: enr:-KG4QMJSJ7DHk6v2p-W8zQ3Xv7FfssZ_1E3p2eY6kN13staMObUonAurqyWhODoeY6edXtV8e9eL9RnhgZ9va2SMDRQMhGV0aDKQS-iVMYAAAHD0AQAAAAAAAIJpZIJ2NIJpcIQDhAAhiXNlY3AyNTZrMaEDXBVUZhhmdy1MYor1eGdRJ4vHYghFKDgjyHgt6sJ-IlCDdGNwgiMog3VkcIIjKA which has an eth2 value of 0x4be8953180000070f401000000000000

And I've set CONFIG_NAME: "ropsten" in Teku's version, though we won't merge the config until this PR merges since we'll point the genesis state here (specifying the merged commit hash).

@paulhauner
Copy link
Contributor

And I've set CONFIG_NAME: "ropsten" in Teku's version, though we won't merge the config until this PR merges since we'll point the genesis state here (specifying the merged commit hash).

We're also using CONFIG_NAME: "ropsten" and are using --network ropsten to specify this network.

@parithosh parithosh merged commit d76c437 into main May 18, 2022
@q9f q9f deleted the add-ropsten-beacon-chain branch May 18, 2022 13:01
bors bot pushed a commit to sigp/lighthouse that referenced this pull request May 20, 2022
## Issue Addressed

NA

## Proposed Changes

Adds the configuration for the upcoming merge of the Ropsten network, as per:

eth-clients/merge-testnets#9

Use the Ropsten network with: `lighthouse --network ropsten`

## Additional Info

This is still a work-in-progress. We should wait for the eth-clients/merge-testnets PR to be approved before merging this into our `unstable`.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants