Use the latest sg721 code id with the USDC factory

This commit is contained in:
Serkan Reis 2023-10-18 23:42:15 +03:00
parent 7201210e93
commit aea28679bb

View File

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