pectra-devnet-2

Name Link
Devnet Spec https://github.com/ethpandaops/pectra-devnets/tree/master/network-configs/devnet-2/metadata
JSON RPC https://rpc.pectra-devnet-2.ethpandaops.io
Beacon RPC https://beacon.pectra-devnet-2.ethpandaops.io
Explorer https://explorer.pectra-devnet-2.ethpandaops.io
Dora the Explorer https://dora.pectra-devnet-2.ethpandaops.io
Assertoor https://assertoor.pectra-devnet-2.ethpandaops.io
Beaconchain explorer https://pectra-devnet-2.beaconcha.in
Blobscan https://blobscan.com
Blobscan ethpanda edition https://blobscan.pectra-devnet-2.ethpandaops.io
Checkpoint Sync https://checkpoint-sync.pectra-devnet-2.ethpandaops.io
Faucet https://faucet.pectra-devnet-2.ethpandaops.io
Forkmon https://forkmon.pectra-devnet-2.ethpandaops.io
Ethstats https://ethstats.pectra-devnet-2.ethpandaops.io

Network Spec

https://notes.ethereum.org/@ethpandaops/pectra-devnet-2

Ansible setup

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

Client versions

https://github.com/ethpandaops/pectra-devnets/blob/master/ansible/inventories/devnet-2/group_vars/all/images.yaml

Validator ranges

Some examples:

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

Genesis configuration

Execution layer clients

Consensus layer clients