Skip to content

Commit

Permalink
Merge pull request #251 from multiversx/remove-safe-storage-from-wrap…
Browse files Browse the repository at this point in the history
…per-scripts
  • Loading branch information
dragos-rebegea authored Nov 6, 2024
2 parents 26e3b46 + 0854c95 commit 5fa13e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions multisig/interaction/config/menu_functions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ function deploy-bridge-contracts {
confirmation-with-skip setMultiTransferOnSCProxy
confirmation-with-skip setEsdtSafeOnSCProxy

confirmation-with-skip setEsdtSafeOnWrapper

confirmation-with-skip setBridgedTokensWrapperOnEsdtSafe
confirmation-with-skip setSCProxyOnEsdtSafe

Expand Down Expand Up @@ -179,7 +177,6 @@ function upgrade-aggregator {

function upgrade-wrapper {
wrapper-upgrade
confirmation-with-skip setEsdtSafeOnWrapper
}

function upgrade-safe {
Expand Down
9 changes: 0 additions & 9 deletions multisig/interaction/config/wrapped-snippets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,3 @@ wrapper-upgrade() {
--gas-limit=50000000 --send \
--outfile="upgrade-bridged-tokens-wrapper.json" --proxy=${PROXY} --chain=${CHAIN_ID} || return
}

setEsdtSafeOnWrapper() {
CHECK_VARIABLES BRIDGED_TOKENS_WRAPPER SAFE

mxpy --verbose contract call ${BRIDGED_TOKENS_WRAPPER} --recall-nonce --pem=${ALICE} \
--gas-limit=60000000 --function="setEsdtSafeContractAddress" \
--arguments ${SAFE} \
--send --proxy=${PROXY} --chain=${CHAIN_ID}
}

0 comments on commit 5fa13e9

Please sign in to comment.