From 552a7b627ce424bfdb13c0b975593b47f9b1de3a Mon Sep 17 00:00:00 2001 From: Willem Wyndham Date: Sat, 2 Sep 2023 15:26:27 -0400 Subject: [PATCH] fix: only save futurenet with deploy.sh --- deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy.sh b/deploy.sh index 2384b66..cfd1aae 100755 --- a/deploy.sh +++ b/deploy.sh @@ -54,4 +54,6 @@ if test "$FILE_HASH" = ""; then just claim_self fi +if test "$SOROBAN_NETWORK" = "futurenet"; then just smartdeploy_id > .soroban/network/$SOROBAN_NETWORK/smartdeploy.json +fi \ No newline at end of file