bal-devnet-2
Network Spec
https://notes.ethereum.org/@ethpandaops/bal-devnet-2
Ansible setup
https://github.com/ethpandaops/bal-devnets
Client versions
Validator ranges
Some examples:
## Pretty print in YAML format
curl -s https://config.bal-devnet-2.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.bal-devnet-2.ethpandaops.io/api/v1/nodes/inventory \
| jq -r '.ethereum_pairs[] | .execution.enode'
# Getting conseus layer client ENRs
curl -s https://config.bal-devnet-2.ethpandaops.io/api/v1/nodes/inventory \
| jq -r '.ethereum_pairs[] | .consensus.enr'
Genesis configuration
Execution layer clients
- https://config.bal-devnet-2.ethpandaops.io/el/genesis.json
- https://config.bal-devnet-2.ethpandaops.io/el/besu.json
- https://config.bal-devnet-2.ethpandaops.io/el/chainspec.json
Consensus layer clients
- https://config.bal-devnet-2.ethpandaops.io/cl/config.yaml
- https://config.bal-devnet-2.ethpandaops.io/cl/genesis.ssz
- https://config.bal-devnet-2.ethpandaops.io/cl/deposit_contract.txt
- https://config.bal-devnet-2.ethpandaops.io/cl/deposit_contract_block.txt
- https://config.bal-devnet-2.ethpandaops.io/cl/deposit_contract_block_hash.txt