Skip to content

Commit

Permalink
WIP: SMART_WALLET in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Sep 10, 2022
1 parent b84dd9c commit 808ccae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cosmic-swingset/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ fund-acct: wait-for-cosmos
provision-acct: wait-for-cosmos
$(AGCH) --chain-id=$(CHAIN_ID) \
--home=t1/bootstrap --keyring-backend=test --from=bootstrap \
tx swingset provision-one t1/$(BASE_PORT) $(ACCT_ADDR) $(AGORIC_POWERS) \
tx swingset provision-one t1/$(BASE_PORT) $(ACCT_ADDR) SMART_WALLET \
--gas=auto --gas-adjustment=$(GAS_ADJUSTMENT) --broadcast-mode=block --yes

FROM_KEY=bootstrap
Expand Down

0 comments on commit 808ccae

Please sign in to comment.