Revert initial OE whitelist compatibility changes

This commit is contained in:
Serkan Reis 2024-04-02 23:15:17 +03:00
parent a295dd5d4a
commit db9ffb0899

View File

@ -628,7 +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, // whitelist: null,
}, },
collection_params: { collection_params: {
code_id: collectionDetails?.updatable code_id: collectionDetails?.updatable