Skip to content

Commit

Permalink
Merge pull request #673 from multiversx/fix-deploy-snippet
Browse files Browse the repository at this point in the history
Adjust deploy snippet (dapp tutorial)
  • Loading branch information
andreibancioiu committed Aug 4, 2023
2 parents 52555f0 + ade28fe commit 3181df7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/developers/tutorials/your-first-dapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,12 @@ We will run:
mxpy --verbose contract deploy \
--bytecode output/ping-pong.wasm \
--pem ../../wallet/wallet-owner.pem \
--recal-nonce \
--recall-nonce \
--gas-limit 60000000 \
--arguments [1000000000000000000, 600] \
--arguments 1000000000000000000 600 \
--chain D \
--proxy https://devnet-api.multiversx.com \
--outfile deploy-testnet.interaction.json \
--outfile deploy-devnet.interaction.json \
--send
```

Expand Down

0 comments on commit 3181df7

Please sign in to comment.