Skip to content

Commit

Permalink
chore(a3p): add USDC to the list of tested assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge-Lopes committed Dec 9, 2024
1 parent b9c5acb commit f6aa96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a3p-integration/proposals/z:acceptance/mintHolder.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test('mintHolder BLD contract is upgraded', async t => {
await provisionSmartWallet(receiver, `20000000ubld`);

const labelList = await getPSMChildren(fetch, networkConfig);
const assetList = await getAssetList(labelList.slice(3));
const assetList = await getAssetList(labelList.slice(2));
t.log(`labelList: `, labelList);
t.log(`assetList: `, assetList);

Expand Down

0 comments on commit f6aa96c

Please sign in to comment.