verkle-gen-devnet-7
Network Spec
https://notes.ethereum.org/@ethpandaops/verkle-gen-devnet-7
Ansible setup
https://github.com/ethpandaops/verkle-devnets
Client versions
Validator ranges
Some examples:
## Pretty print in YAML format
curl -s https://config.verkle-gen-devnet-7.ethpandaops.io/api/v1/nodes/validator-ranges \
| yq '.ranges' -P
Ethereum node inventory
Some examples on how to filter specific data from the node inventory:
# Getting execution layer client enodes
curl -s https://config.verkle-gen-devnet-7.ethpandaops.io/api/v1/nodes/inventory \
| jq -r '.ethereum_pairs[] | .execution.enode'
# Getting conseus layer client ENRs
curl -s https://config.verkle-gen-devnet-7.ethpandaops.io/api/v1/nodes/inventory \
| jq -r '.ethereum_pairs[] | .consensus.enr'
Genesis configuration
Execution layer clients
- https://config.verkle-gen-devnet-7.ethpandaops.io/el/genesis.json
- https://config.verkle-gen-devnet-7.ethpandaops.io/el/besu.json
- https://config.verkle-gen-devnet-7.ethpandaops.io/el/chainspec.json
Consensus layer clients
- https://config.verkle-gen-devnet-7.ethpandaops.io/cl/config.yaml
- https://config.verkle-gen-devnet-7.ethpandaops.io/cl/genesis.ssz
- https://config.verkle-gen-devnet-7.ethpandaops.io/cl/deposit_contract.txt
- https://config.verkle-gen-devnet-7.ethpandaops.io/cl/deposit_contract_block.txt
- https://config.verkle-gen-devnet-7.ethpandaops.io/cl/deposit_contract_block_hash.txt