mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
@ -18,17 +18,17 @@ First, in your home directory, create a file with the name `network_params.json`
|
|||||||
{
|
{
|
||||||
"participants": [
|
"participants": [
|
||||||
{
|
{
|
||||||
"el_client_type": "reth",
|
"el_type": "reth",
|
||||||
"el_client_image": "ghcr.io/paradigmxyz/reth",
|
"el_image": "ghcr.io/paradigmxyz/reth",
|
||||||
"cl_client_type": "lighthouse",
|
"cl_type": "lighthouse",
|
||||||
"cl_client_image": "sigp/lighthouse:latest",
|
"cl_image": "sigp/lighthouse:latest",
|
||||||
"count": 1
|
"count": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"el_client_type": "reth",
|
"el_type": "reth",
|
||||||
"el_client_image": "ghcr.io/paradigmxyz/reth",
|
"el_image": "ghcr.io/paradigmxyz/reth",
|
||||||
"cl_client_type": "teku",
|
"cl_type": "teku",
|
||||||
"cl_client_image": "consensys/teku:latest",
|
"cl_image": "consensys/teku:latest",
|
||||||
"count": 1
|
"count": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@ -1,30 +1,30 @@
|
|||||||
participants:
|
participants:
|
||||||
- el_client_type: reth
|
- el_type: reth
|
||||||
el_client_image: ghcr.io/paradigmxyz/reth
|
el_image: ghcr.io/paradigmxyz/reth
|
||||||
cl_client_type: lighthouse
|
cl_type: lighthouse
|
||||||
cl_client_image: sigp/lighthouse:latest
|
cl_image: sigp/lighthouse:latest
|
||||||
count: 1
|
count: 1
|
||||||
- el_client_type: reth
|
- el_type: reth
|
||||||
el_client_image: ghcr.io/paradigmxyz/reth
|
el_image: ghcr.io/paradigmxyz/reth
|
||||||
cl_client_type: teku
|
cl_type: teku
|
||||||
cl_client_image: consensys/teku:latest
|
cl_image: consensys/teku:latest
|
||||||
count: 1
|
count: 1
|
||||||
- el_client_type: reth
|
- el_type: reth
|
||||||
el_client_image: ghcr.io/paradigmxyz/reth
|
el_image: ghcr.io/paradigmxyz/reth
|
||||||
cl_client_type: prysm
|
cl_type: prysm
|
||||||
cl_client_image: gcr.io/prysmaticlabs/prysm/beacon-chain:stable
|
cl_image: gcr.io/prysmaticlabs/prysm/beacon-chain:stable
|
||||||
validator_client_type: prysm
|
vc_type: prysm
|
||||||
validator_client_image: gcr.io/prysmaticlabs/prysm/validator:stable
|
vc_image: gcr.io/prysmaticlabs/prysm/validator:stable
|
||||||
count: 1
|
count: 1
|
||||||
- el_client_type: reth
|
- el_type: reth
|
||||||
el_client_image: ghcr.io/paradigmxyz/reth
|
el_image: ghcr.io/paradigmxyz/reth
|
||||||
cl_client_type: nimbus
|
cl_type: nimbus
|
||||||
cl_client_image: statusim/nimbus-eth2:amd64-latest
|
cl_image: statusim/nimbus-eth2:amd64-latest
|
||||||
count: 1
|
count: 1
|
||||||
- el_client_type: reth
|
- el_type: reth
|
||||||
el_client_image: ghcr.io/paradigmxyz/reth
|
el_image: ghcr.io/paradigmxyz/reth
|
||||||
cl_client_type: lodestar
|
cl_type: lodestar
|
||||||
cl_client_image: chainsafe/lodestar:latest
|
cl_image: chainsafe/lodestar:latest
|
||||||
count: 1
|
count: 1
|
||||||
network_params:
|
network_params:
|
||||||
genesis_delay: 120
|
genesis_delay: 120
|
||||||
|
|||||||
Reference in New Issue
Block a user