Skip to content

Commit

Permalink
fixup! test: distribute FastUSDC contract fees
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Jan 14, 2025
1 parent 7484bfd commit 545fd9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion multichain-testing/test/fast-usdc/fast-usdc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,10 @@ test('distribute FastUSDC contract fees', async t => {

const dest = await createWallet('agoric', generateMnemonic(Random.getBytes));
const [acct0] = await dest.getAccounts();
t.log('generated desination account', acct0);
t.log('generated destination account', acct0.address);

// ensure depositFacet is in namesByAddress
await io.provisionSmartWallet(acct0.address, {});

const opts = {
destinationAddress: acct0.address,
Expand Down

0 comments on commit 545fd9f

Please sign in to comment.