Update sg721 code ID for STRDST collections

This commit is contained in:
Serkan Reis 2023-11-24 06:22:53 +03:00
parent fb78db22cc
commit 816a834f75

View File

@ -576,8 +576,7 @@ const CollectionCreationPage: NextPage = () => {
collection_params: {
code_id: collectionDetails?.updatable
? SG721_UPDATABLE_CODE_ID
: mintingDetails?.selectedMintToken?.displayName === 'STRDST' ||
mintingDetails?.selectedMintToken?.displayName === 'USK' ||
: mintingDetails?.selectedMintToken?.displayName === 'USK' ||
mintingDetails?.selectedMintToken?.displayName === 'USDC' ||
mintingDetails?.selectedMintToken?.displayName === 'nBTC'
? STRDST_SG721_CODE_ID