Include featured minter on recent sg721 list
This commit is contained in:
parent
fce1fa6bf4
commit
0293b12821
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user