From 92a1c134e76532875f2e40a47b38d0a90e2915cc Mon Sep 17 00:00:00 2001 From: "Matt, Park" <45252226+mattverse@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:18:36 +0900 Subject: [PATCH] Update Docs for Testnet Cosmwasm deployment(#218) --- docs/cosmwasm/testnet/cosmwasm-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cosmwasm/testnet/cosmwasm-deployment.md b/docs/cosmwasm/testnet/cosmwasm-deployment.md index 963dce122..1eacf0396 100644 --- a/docs/cosmwasm/testnet/cosmwasm-deployment.md +++ b/docs/cosmwasm/testnet/cosmwasm-deployment.md @@ -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