File tree Expand file tree Collapse file tree
terraform/deploy-eth-devnet/values Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ DESTROY_AZTEC_INFRA=true
1313VERIFY_CONTRACTS = false
1414USE_LOAD_BALANCERS = true
1515
16- AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET = 2
17- AZTEC_LAG_IN_EPOCHS_FOR_RANDAO = 2
16+ AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET = 1
17+ AZTEC_LAG_IN_EPOCHS_FOR_RANDAO = 1
1818
1919OTEL_COLLECTOR_ENDPOINT = REPLACE_WITH_GCP_SECRET
2020
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ function create_beacon_genesis {
135135 docker run --rm \
136136 -v " $tmp_dir :/tmp" \
137137 -v " $beacon_genesis_path :/out" \
138- maddiaa /eth-beacon-genesis devnet \
138+ ethpandaops /eth-beacon-genesis:master-f57c0fb devnet \
139139 --config=" /tmp/config.yaml" \
140140 --eth1-config=" /tmp/genesis.json" \
141141 --mnemonics=" /tmp/mnemonics.yaml" \
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ lighthouse bn \
2121 --disable-enr-auto-update \
2222 --staking \
2323 --http \
24+ --supernode \
2425 --http-address=0.0.0.0 \
2526 --http-port=${BEACON_HTTP_PORT} \
2627 --validator-monitor-auto \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ images:
1212 image : nethermind/nethermind:1.32.2
1313 pullPolicy : IfNotPresent
1414 lighthouse :
15- image : sigp/lighthouse:v7.1.0
15+ image : sigp/lighthouse:v8.0.1
1616 pullPolicy : IfNotPresent
1717
1818ethereum :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ images:
1212 image : nethermind/nethermind:1.32.2
1313 pullPolicy : IfNotPresent
1414 lighthouse :
15- image : sigp/lighthouse:v7.1.0
15+ image : sigp/lighthouse:v8.0.1
1616 pullPolicy : IfNotPresent
1717
1818ethereum :
You can’t perform that action at this time.
0 commit comments