verkle-gen-devnet-6

Name Link
Devnet Spec https://github.com/ethpandaops/verkle-devnets/tree/master/network-configs/gen-devnet-6
JSON RPC https://rpc.verkle-gen-devnet-6.ethpandaops.io
Beacon RPC https://beacon.verkle-gen-devnet-6.ethpandaops.io
Explorer https://explorer.verkle-gen-devnet-6.ethpandaops.io
Dora the Explorer https://dora.verkle-gen-devnet-6.ethpandaops.io
Beaconchain explorer https://beaconchain.testnet0.themerge.dev
Witness Explorer https://witness.verkle-gen-devnet-6.ethpandaops.io
Blobscan
Blobscan ethpanda edition
Checkpoint Sync
Faucet https://faucet.verkle-gen-devnet-6.ethpandaops.io
Forkmon https://forkmon.verkle-gen-devnet-6.ethpandaops.io
Ethstats https://ethstats.verkle-gen-devnet-6.ethpandaops.io

Network Spec

https://notes.ethereum.org/@ethpandaops/verkle-gen-devnet-6

Ansible setup

https://github.com/ethpandaops/verkle-devnets

Client versions

https://github.com/ethpandaops/verkle-devnets/blob/master/ansible/inventories/gen-devnet-6/group_vars/all/images.yaml

Validator ranges

Some examples:

## Pretty print in YAML format
curl -s https://config.verkle-gen-devnet-6.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-6.ethpandaops.io/api/v1/nodes/inventory \
  | jq -r '.ethereum_pairs[] | .execution.enode'
# Getting conseus layer client ENRs
curl -s https://config.verkle-gen-devnet-6.ethpandaops.io/api/v1/nodes/inventory \
  | jq -r '.ethereum_pairs[] | .consensus.enr'

Genesis configuration

Execution layer clients

Consensus layer clients