Test init WL compatible open-edition collection

This commit is contained in:
Serkan Reis 2024-04-01 13:52:10 +03:00
parent 9095c5c06c
commit 004b102540

View File

@ -628,6 +628,7 @@ export const OpenEditionMinterCreator = ({
num_tokens: num_tokens:
mintingDetails?.limitType === ('count_limited' as LimitType) ? mintingDetails.tokenCountLimit : null, mintingDetails?.limitType === ('count_limited' as LimitType) ? mintingDetails.tokenCountLimit : null,
payment_address: mintingDetails?.paymentAddress || null, payment_address: mintingDetails?.paymentAddress || null,
whitelist: null,
}, },
collection_params: { collection_params: {
code_id: collectionDetails?.updatable code_id: collectionDetails?.updatable