Skip to content

Commit 5a77762

Browse files
jbrower95ypatil12
authored andcommitted
fix(slashing): upgrade script part 4 (#953)
1 parent c9cc083 commit 5a77762

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env bash
2+
go run script.go

script/releases/v1.0.0-slashing/upgrade.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slashing",
3-
"from": "0.5.2",
3+
"from": "~0.5.3",
44
"to": "1.0.0",
55
"phases": [
66
{
@@ -17,7 +17,12 @@
1717
},
1818
{
1919
"type": "script",
20-
"filename": "4-podCleanup.sh"
20+
"filename": "cleanup/start.sh",
21+
"arguments": [
22+
{"type": "url", "passBy": "env", "inputType": "text", "name": "RPC_URL", "prompt": "Enter an ETH RPC URL"},
23+
{"type": "url", "passBy": "env", "inputType": "text", "name": "BEACON_URL", "prompt": "Enter an ETH2 Beacon RPC URL"},
24+
{"type": "privateKey", "passBy": "env", "inputType": "password", "name": "SENDER_PK", "prompt": "Enter an ETH wallet private key to complete checkpoints from:"}
25+
]
2126
},
2227
{
2328
"type": "multisig",

0 commit comments

Comments
 (0)