Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 29cc5f0

Browse files
committed
voluntary exit for nimbus
1 parent 0b72194 commit 29cc5f0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

nimbus_validator_exit.sh

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/usr/bin/expect -n
2+
3+
set validator_pubkey [lindex $argv 0];
4+
5+
spawn sudo PUBKEY="$validator_pubkey" docker-compose -f exit-account.yaml run exit-validator
6+
7+
expect "Your choice*\r"
8+
9+
send -- "I understand the implications of submitting a voluntary exit\n"
10+
11+
expect eof

0 commit comments

Comments
 (0)