Skip to content

Commit

Permalink
fixes the deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
gangov committed Nov 18, 2024
1 parent 154d20b commit 85d0809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 85d0809

Please sign in to comment.