Use the latest sg721 code id with the USDC factory
This commit is contained in:
parent
7201210e93
commit
aea28679bb
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user