Skip to content

Commit 1a188be

Browse files
committed
fixup! test: wallet cli workaround
oopsie
1 parent d35e89d commit 1a188be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

a3p-integration/proposals/f:fast-usdc/test/test-cli.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ ACCEPT_OFFER_ID=fastUsdcTestAccept
1111
yarn fast-usdc operator accept --offerId $ACCEPT_OFFER_ID >| accept.json
1212
cat accept.json
1313
yarn agoric wallet send --offer accept.json --from agoric1ee9hr0jyrxhy999y755mp862ljgycmwyp4pl7q --keyring-backend test
14-
ACCEPT_OFFER_ID=$(agoric wallet extract-id --offer accept.json)
14+
# UNTIL https://github.com/Agoric/agoric-sdk/issues/10891
15+
# ACCEPT_OFFER_ID=$(agoric wallet extract-id --offer accept.json)
1516

1617
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
1718
cat attest.json

0 commit comments

Comments
 (0)