Skip to content

Commit

Permalink
- added last step
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Nov 9, 2024
1 parent 982bbcf commit e4fd04b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions multisig/interaction/release-v3/menu_functions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,8 @@ function set-roles-on-esdt-safe-eth {

function set-roles-on-esdt-safe-bsc {
confirmation-multiple set-bsc-USDC-token-settings setLocalRolesEsdtSafe
}

function unpause-wrapper {
confirmation-with-skip wrapper-unpause
}
5 changes: 5 additions & 0 deletions multisig/interaction/script-v3-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ case "$1" in
confirmation upgrade-wrapper
;;

'unpause-wrapper')
confirmation unpause-wrapper
;;

*)
echo "Usage: Invalid choice: '"$1"'"
echo -e
Expand Down Expand Up @@ -100,6 +104,7 @@ case "$1" in
echo -e
echo "PART 3 - Upgrade wrapper:"
echo " 3.1 upgrade-wrapper"
echo " 3.2 unpause-wrapper"
echo -e
;;

Expand Down

0 comments on commit e4fd04b

Please sign in to comment.