diff --git a/scripts/deploy.sh b/scripts/deploy.sh index c5bee1b..7c79e10 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -27,7 +27,7 @@ echo "Contracts optimized." echo "Deploy and install the deployer contract and capture its contract ID and hash..." DEPLOYER_ADDR=$( -stellar contract deploy \ +soroban contract deploy \ --wasm phoenix_nft_deployer.optimized.wasm \ --source $IDENTITY_STRING \ --network $NETWORK @@ -45,7 +45,7 @@ echo "Deployer contract deployed and installed." echo "Deploy and install the collections contract and capture its contract ID and hash..." COLLECTIONS_ADDR=$( -stellar contract deploy \ +soroban contract deploy \ --wasm phoenix_nft_collections.optimized.wasm \ --source $IDENTITY_STRING \ --network $NETWORK