File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ additional_services:
16
16
- dora
17
17
- spamoor
18
18
- prometheus_grafana
19
+ - tempo
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ participants:
2
2
- cl_type : lighthouse
3
3
cl_image : lighthouse:local
4
4
el_type : geth
5
- el_image : ethpandaops/geth:fusaka-devnet-3
5
+ el_image : ethpandaops/geth:master
6
6
supernode : true
7
7
cl_extra_params :
8
8
# Note: useful for testing range sync (only produce block if the node is in sync to prevent forking)
@@ -12,7 +12,7 @@ participants:
12
12
- cl_type : lighthouse
13
13
cl_image : lighthouse:local
14
14
el_type : geth
15
- el_image : ethpandaops/geth:fusaka-devnet-3
15
+ el_image : ethpandaops/geth:master
16
16
supernode : false
17
17
cl_extra_params :
18
18
# Note: useful for testing range sync (only produce block if the node is in sync to prevent forking)
@@ -29,7 +29,9 @@ additional_services:
29
29
- dora
30
30
- spamoor
31
31
- prometheus_grafana
32
+ - tempo
32
33
spamoor_params :
34
+ image : ethpandaops/spamoor:master
33
35
spammers :
34
36
- scenario : eoatx
35
37
config :
Original file line number Diff line number Diff line change @@ -3,20 +3,18 @@ participants:
3
3
- cl_type : lighthouse
4
4
cl_image : lighthouse:local
5
5
el_type : geth
6
- # There isn't a devnet-4 image
7
- el_image : ethpandaops/geth:fusaka-devnet-3
6
+ el_image : ethpandaops/geth:master
8
7
supernode : true
9
8
- cl_type : lighthouse
10
9
cl_image : lighthouse:local
11
10
el_type : geth
12
- # There isn't a devnet-4 image
13
- el_image : ethpandaops/geth:fusaka-devnet-3
11
+ el_image : ethpandaops/geth:master
14
12
supernode : false
15
13
16
14
checkpoint_sync_enabled : true
17
- checkpoint_sync_url : " https://checkpoint-sync.fusaka-devnet-4 .ethpandaops.io"
15
+ checkpoint_sync_url : " https://checkpoint-sync.fusaka-devnet-3 .ethpandaops.io"
18
16
19
17
global_log_level : debug
20
18
21
19
network_params :
22
- network : fusaka-devnet-4
20
+ network : fusaka-devnet-3
Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ participants:
3
3
- cl_type : lighthouse
4
4
cl_image : lighthouse:local
5
5
el_type : geth
6
- el_image : ethpandaops/geth:fusaka-devnet-2
6
+ el_image : ethpandaops/geth:master
7
7
supernode : true
8
8
count : 2
9
9
# nodes without validators, used for testing sync.
10
10
- cl_type : lighthouse
11
11
cl_image : lighthouse:local
12
12
el_type : geth
13
- el_image : ethpandaops/geth:fusaka-devnet-2
13
+ el_image : ethpandaops/geth:master
14
14
supernode : true
15
15
validator_count : 0
16
16
- cl_type : lighthouse
17
17
cl_image : lighthouse:local
18
18
el_type : geth
19
- el_image : ethpandaops/geth:fusaka-devnet-2
19
+ el_image : ethpandaops/geth:master
20
20
supernode : false
21
21
validator_count : 0
22
22
network_params :
You can’t perform that action at this time.
0 commit comments