Use the latest sg721 code id with the USK factory
This commit is contained in:
parent
9c31d30a0c
commit
a9efc0cbfa
@ -576,7 +576,8 @@ const CollectionCreationPage: NextPage = () => {
|
|||||||
collection_params: {
|
collection_params: {
|
||||||
code_id: collectionDetails?.updatable
|
code_id: collectionDetails?.updatable
|
||||||
? SG721_UPDATABLE_CODE_ID
|
? SG721_UPDATABLE_CODE_ID
|
||||||
: mintingDetails?.selectedMintToken?.displayName === 'STRDST'
|
: mintingDetails?.selectedMintToken?.displayName === 'STRDST' ||
|
||||||
|
mintingDetails?.selectedMintToken?.displayName === 'USK'
|
||||||
? STRDST_SG721_CODE_ID
|
? STRDST_SG721_CODE_ID
|
||||||
: SG721_CODE_ID,
|
: SG721_CODE_ID,
|
||||||
name: collectionDetails?.name,
|
name: collectionDetails?.name,
|
||||||
|
Loading…
Reference in New Issue
Block a user