Commit 69dc2a7 1 parent c62e62e commit 69dc2a7 Copy full SHA for 69dc2a7
File tree 1 file changed +2
-1
lines changed
a3p-integration/proposals/f:fast-usdc/test
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ ACCEPT_OFFER_ID=fastUsdcTestAccept
11
11
yarn fast-usdc operator accept --offerId $ACCEPT_OFFER_ID > | accept.json
12
12
cat accept.json
13
13
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)
15
16
16
17
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
17
18
cat attest.json
You can’t perform that action at this time.
0 commit comments