Skip to content

Commit

Permalink
small twek to test deploy script.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabmitra committed Aug 16, 2023
1 parent e255e14 commit 1ceacf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutils/instantiate-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ else
fi

INIT='{"gp":"tp13k86awgexqdt2f2wtu6ukdhrg8dc8nrtmc49pl","securities":[{"name":"Security1","amount":"1000","security_type":{"tranche":{}},"minimum_amount":"10","price_per_unit":{"denom":"nhash","amount":"1000000000"}}],"capital_denom":"nhash"}'
${PROVENANCE_DIR}/build/provenanced -t tx wasm instantiate "$CODE_ID" "$INIT" --label "something" --from validator --home ${PROVENANCE_DIR}/build/run/provenanced --node http://localhost:26657 --chain-id testing --gas-prices 190500nhash --gas auto --gas-adjustment 2 --output json -b block --no-admin -y | jq
${PROVENANCE_DIR}/build/provenanced -t tx wasm instantiate "$CODE_ID" "$INIT" --label "securitization.pb" --from validator --home ${PROVENANCE_DIR}/build/run/provenanced --node http://localhost:26657 --chain-id testing --gas-prices 190500nhash --gas auto --gas-adjustment 2 --output json -b block --no-admin -y | jq

0 comments on commit 1ceacf6

Please sign in to comment.