Include featured minter on recent sg721 list

This commit is contained in:
Serkan Reis 2024-01-31 20:25:48 +03:00
parent fce1fa6bf4
commit 0293b12821

View File

@ -585,7 +585,8 @@ const CollectionCreationPage: NextPage = () => {
mintingDetails?.selectedMintToken?.displayName === 'KUJI' ||
mintingDetails?.selectedMintToken?.displayName === 'HUAHUA' ||
mintingDetails?.selectedMintToken?.displayName === 'BRNCH' ||
mintingDetails?.selectedMintToken?.displayName === 'CRBRUS'
mintingDetails?.selectedMintToken?.displayName === 'CRBRUS' ||
isFeaturedCollection
? STRDST_SG721_CODE_ID
: SG721_CODE_ID,
name: collectionDetails?.name,