Skip to content

Commit

Permalink
feat(Makefile): support ACCT_ADDR param in mint100
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Dec 29, 2023
1 parent 85c1a17 commit 71c369d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mint100:
make FUNDS=1000$(ATOM) fund-acct
cd /usr/src/agoric-sdk && \
yarn --silent agops vaults open --wantMinted 100 --giveCollateral 100 >/tmp/want-ist.json && \
yarn --silent agops perf satisfaction --executeOffer /tmp/want-ist.json --from user1 --keyring-backend=test
yarn --silent agops perf satisfaction --executeOffer /tmp/want-ist.json --from $(ACCT_ADDR) --keyring-backend=test

# https://agoric.explorers.guru/proposal/61
lower-bundle-cost: scripts/lower-bundle-cost.json ./scripts/voteLatestProposalAndWait.sh
Expand Down

0 comments on commit 71c369d

Please sign in to comment.