Skip to content

Commit

Permalink
Update Docs for Testnet Cosmwasm deployment(#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattverse authored Oct 25, 2023
1 parent 87f3911 commit 92a1c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cosmwasm/testnet/cosmwasm-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ If you run the `get_count` query again after sending the `increment` transaction

```bash
TRY_INCREMENT='{"increment": {}}'
osmosisd tx wasm execute $CONTRACT_ADDR "$TRY_INCREMENT" --from wallet --gas-prices 0.025uosmo --gas auto --gas-adjustment 1.3 -y
osmosisd tx wasm execute $CONTRACT_ADDR "$TRY_INCREMENT" --from wallet --gas-prices 0.025uosmo --gas auto --gas-adjustment 1.3 -y --chain-id osmo-test-5
```

- `osmosisd tx wasm execute` : execute a command on a wasm contract
Expand Down

1 comment on commit 92a1c13

@vercel
Copy link

@vercel vercel bot commented on 92a1c13 Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.