Skip to content

Commit

Permalink
replace into multiversx.json in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu725 committed Jan 26, 2023
1 parent 2926a52 commit fe14824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion remove-outputs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Only clears contract output folders

set -e
SMART_CONTRACT_JSONS=$(find . -name "elrond.json")
SMART_CONTRACT_JSONS=$(find . -name "multiversx.json")
for smart_contract_json in $SMART_CONTRACT_JSONS
do
smart_contract_folder=$(dirname $smart_contract_json)
Expand Down
2 changes: 1 addition & 1 deletion zip-example-wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ZIP_OUTPUT="examples-wasm.zip"
rm -f $ZIP_OUTPUT

set -e
SMART_CONTRACT_JSONS=$(find contracts/examples -name "elrond.json")
SMART_CONTRACT_JSONS=$(find contracts/examples -name "multiversx.json")
for smart_contract_json in $SMART_CONTRACT_JSONS
do
smart_contract_folder=$(dirname $smart_contract_json)
Expand Down

0 comments on commit fe14824

Please sign in to comment.