Skip to content

Commit

Permalink
fixup! test: wallet cli workaround
Browse files Browse the repository at this point in the history
oopsie
  • Loading branch information
mujahidkay committed Jan 27, 2025
1 parent c62e62e commit 69dc2a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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 @@ -11,7 +11,8 @@ 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)
# UNTIL https://github.com/Agoric/agoric-sdk/issues/10891
# ACCEPT_OFFER_ID=$(agoric wallet extract-id --offer accept.json)

yarn fast-usdc operator attest --previousOfferId="$ACCEPT_OFFER_ID" --forwardingChannel=foo --recipientAddress=agoric1foo --blockHash=0xfoo --blockNumber=1 --chainId=3 --amount=123 --forwardingAddress=noble1foo --sender 0xfoo --txHash=0xtx >| attest.json
cat attest.json
Expand Down

0 comments on commit 69dc2a7

Please sign in to comment.