mekong

Name Link
Devnet Spec https://github.com/ethpandaops/mekong-devnets/tree/master/network-configs/devnet-0/metadata
JSON RPC https://rpc.mekong.ethpandaops.io
Beacon RPC https://beacon.mekong.ethpandaops.io
Explorer https://explorer.mekong.ethpandaops.io
Dora the Explorer https://dora.mekong.ethpandaops.io
Assertoor https://assertoor.mekong.ethpandaops.io
Checkpoint Sync https://checkpoint-sync.mekong.ethpandaops.io
Faucet https://faucet.mekong.ethpandaops.io
Forkmon https://forkmon.mekong.ethpandaops.io
Ethstats https://ethstats.mekong.ethpandaops.io

Network Spec

https://notes.ethereum.org/@ethpandaops/mekong

Ansible setup

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

Client versions

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

Validator ranges

Some examples:

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

Genesis configuration

Execution layer clients

Consensus layer clients