File tree 3 files changed +11
-9
lines changed
3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,7 @@ participants:
4
4
cl_type : lighthouse
5
5
cl_image : sigp/lighthouse:v7.0.0-beta.5
6
6
validator_count : 32
7
- - el_type : geth
8
- el_image : ethereum/client-go:v1.15.6
9
- cl_type : lighthouse
10
- cl_image : sigp/lighthouse:v7.0.0-beta.5
11
- validator_count : 32
7
+ count : 2
12
8
- el_type : geth
13
9
el_image : ethereum/client-go:v1.15.6
14
10
cl_type : lambda
@@ -19,6 +15,9 @@ participants:
19
15
cl_max_mem : 4096
20
16
keymanager_enabled : true
21
17
18
+ network_params :
19
+ electra_fork_epoch : 0
20
+
22
21
additional_services :
23
22
- assertoor
24
23
- tx_fuzz
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ jobs:
195
195
run : mix compile --warnings-as-errors
196
196
- name : Run the node
197
197
# NOTE: this starts and then stops the application. It should catch simple runtime errors
198
- run : mix run -- --checkpoint-sync-url https://mainnet-checkpoint-sync.stakely.io/
198
+ run : mix run -- --checkpoint-sync-url https://sepolia.beaconstate.info --network sepolia
199
199
200
200
test :
201
201
name : Test
Original file line number Diff line number Diff line change @@ -14,9 +14,12 @@ participants:
14
14
validator_count : 32
15
15
cl_max_mem : 4096
16
16
keymanager_enabled : true
17
- # Uncomment the following lines to run the the network with the minimal preset (which is various times faster)
18
- # network_params:
19
- # preset: minimal
17
+
18
+ network_params :
19
+ electra_fork_epoch : 0
20
+ # Uncomment the following line to run the the network with the minimal preset (which is various times faster)
21
+ # preset: minimal
22
+
20
23
additional_services :
21
24
- tx_fuzz
22
25
- dora
You can’t perform that action at this time.
0 commit comments