Skip to content

Commit

Permalink
fix(slashing): upgrade script part 4 (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrower95 authored Dec 13, 2024
1 parent 747ae9c commit 26dcaff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions script/releases/v1.0.0-slashing/cleanup/start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
go run script.go
9 changes: 7 additions & 2 deletions script/releases/v1.0.0-slashing/upgrade.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slashing",
"from": "0.5.2",
"from": "~0.5.3",
"to": "1.0.0",
"phases": [
{
Expand All @@ -17,7 +17,12 @@
},
{
"type": "script",
"filename": "4-podCleanup.sh"
"filename": "cleanup/start.sh",
"arguments": [
{"type": "url", "passBy": "env", "inputType": "text", "name": "RPC_URL", "prompt": "Enter an ETH RPC URL"},
{"type": "url", "passBy": "env", "inputType": "text", "name": "BEACON_URL", "prompt": "Enter an ETH2 Beacon RPC URL"},
{"type": "privateKey", "passBy": "env", "inputType": "password", "name": "SENDER_PK", "prompt": "Enter an ETH wallet private key to complete checkpoints from:"}
]
},
{
"type": "multisig",
Expand Down

0 comments on commit 26dcaff

Please sign in to comment.