Update OE sg721 code id for STRDST

This commit is contained in:
Serkan Reis 2023-11-26 20:05:13 +03:00
parent 70e17fd36e
commit 9e1a558148

View File

@ -614,7 +614,8 @@ export const OpenEditionMinterCreator = ({
code_id: collectionDetails?.updatable
? SG721_OPEN_EDITION_UPDATABLE_CODE_ID
: mintingDetails?.selectedMintToken?.displayName === 'USK' ||
mintingDetails?.selectedMintToken?.displayName === 'USDC'
mintingDetails?.selectedMintToken?.displayName === 'USDC' ||
mintingDetails?.selectedMintToken?.displayName === 'STRDST'
? STRDST_SG721_CODE_ID
: SG721_OPEN_EDITION_CODE_ID,
name: collectionDetails?.name,