Skip to content

Commit d288535

Browse files
committed
add start index to voluntary exits playbook
1 parent e3827b5 commit d288535

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

playbooks/pectra-dev/voluntary-exits.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ timeout: 1h
44
config:
55
validatorCount: 64
66
validatorMnemonic: "giant issue aisle success illegal bike spike question tent bar rely arctic volcano long crawl hungry vocal artwork sniff fantasy very lucky have athlete"
7+
validatorStartIndex: 0
78

89
tasks:
910
- name: check_clients_are_healthy
@@ -22,5 +23,6 @@ tasks:
2223
mnemonic: "validatorMnemonic"
2324
limitTotal: "validatorCount"
2425
indexCount: "validatorCount"
26+
startIndex: "validatorStartIndex"
2527

2628

0 commit comments

Comments
 (0)