Skip to content

Commit

Permalink
test: wallet cli workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
mujahidkay committed Jan 27, 2025
1 parent 8260dd4 commit d35e89d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion a3p-integration/proposals/f:fast-usdc/test/test-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ set -euo pipefail
# Usage:
# agd keys show [name_or_address [name_or_address...]] [flags]

yarn fast-usdc operator accept >| accept.json
echo CLI test accepting operator invitation
ACCEPT_OFFER_ID=fastUsdcTestAccept
yarn fast-usdc operator accept --offerId $ACCEPT_OFFER_ID >| accept.json
cat accept.json
yarn agoric wallet send --offer accept.json --from agoric1ee9hr0jyrxhy999y755mp862ljgycmwyp4pl7q --keyring-backend test
ACCEPT_OFFER_ID=$(agoric wallet extract-id --offer accept.json)
Expand Down

0 comments on commit d35e89d

Please sign in to comment.