diff --git a/a3p-integration/proposals/f:fast-usdc/test/test-cli.sh b/a3p-integration/proposals/f:fast-usdc/test/test-cli.sh index ec36bae03dd..d7e2b213ee9 100755 --- a/a3p-integration/proposals/f:fast-usdc/test/test-cli.sh +++ b/a3p-integration/proposals/f:fast-usdc/test/test-cli.sh @@ -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