We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257b1f4 commit f8e978fCopy full SHA for f8e978f
packages/thirdweb/src/extensions/erc1155/customDrop1155.test.ts
@@ -99,6 +99,7 @@ describe.runIf(process.env.TW_SECRET_KEY)(
99
const condition = await getClaimConditions({
100
contract,
101
tokenId: 0n,
102
+ singlePhaseDrop: true,
103
});
104
expect(condition.length).to.eq(1);
105
expect(condition[0]?.maxClaimableSupply).to.eq(10n);
0 commit comments