Skip to content

Commit 86cc97d

Browse files
committed
fixup! test: add operators
This reverts commit b4d8e6c.
1 parent b4d8e6c commit 86cc97d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

a3p-integration/proposals/f:fast-usdc/operators.test.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ test.serial('add operators', async t => {
4545
const { vstorageKit } = t.context;
4646

4747
const walletPath =
48-
// gov1 which already had an invitation. It was accepted in test-cli.sh
49-
'wallet.agoric1ee9hr0jyrxhy999y755mp862ljgycmwyp4pl7q.current';
48+
// account mem3 in test of crabble-start proposal (64)
49+
// This must match the oracleNew value in the add-operators proposal
50+
'wallet.agoric1hmdue96vs0p6zj42aa26x6zrqlythpxnvgsgpr.current';
5051

5152
const readInvitationsPurseBalance = async () => {
5253
const curr = await vstorageKit.readPublished(walletPath);

a3p-integration/proposals/f:fast-usdc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"source": "subdir",
44
"sdk-generate": [
55
"fast-usdc/start-fast-usdc.build.js submission --net A3P_INTEGRATION --noNoble",
6-
"fast-usdc/add-operators.build.js add-operators --oracle oracleNew:agoric16yg5fg0c3ff6k3y5djfzggt5uhu49xd98l6260"
6+
"fast-usdc/add-operators.build.js add-operators --oracle oracleNew:agoric1hmdue96vs0p6zj42aa26x6zrqlythpxnvgsgpr"
77
],
88
"type": "/agoric.swingset.CoreEvalProposal"
99
},

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ set -euo pipefail
44
echo AVAILABLE WALLETs
55
agd query vstorage children published.wallet
66

7-
# Test CLI first because it accepts an invitation
8-
./test-cli.sh
9-
107
yarn ava
8+
9+
./test-cli.sh

0 commit comments

Comments
 (0)