We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf5301 commit 291dadaCopy full SHA for 291dada
network_params.yaml
@@ -1,10 +1,11 @@
1
participants:
2
- el_type: geth
3
- el_image: ethpandaops/geth:master
+ el_image: ethereum/client-go:v1.16.4
4
el_extra_params: ["--miner.extradata=lighthouseFromLocal"]
5
cl_type: lighthouse
6
- cl_image: ethpandaops/lighthouse:unstable
+ cl_image: sigp/lighthouse:v8.0.0
7
count: 3
8
+ supernode: true
9
10
11
ethereum_metrics_exporter_enabled: true
@@ -54,8 +55,13 @@ network_params:
54
55
min_validator_withdrawability_delay: 1
56
shard_committee_period: 1
57
churn_limit_quotient: 16
- fulu_fork_epoch: 10
58
-
+ fulu_fork_epoch: 1
59
+ bpo_1_epoch: 2
60
+ bpo_1_max_blobs: 15
61
+ bpo_1_target_blobs: 10
62
+ bpo_2_epoch: 3
63
+ bpo_2_max_blobs: 21
64
+ bpo_2_target_blobs: 14
65
66
devnet_repo: ethpandaops
67
0 commit comments