diff --git a/pages/collections/create.tsx b/pages/collections/create.tsx index f23d75d..9adca27 100644 --- a/pages/collections/create.tsx +++ b/pages/collections/create.tsx @@ -554,7 +554,7 @@ const CollectionCreationPage: NextPage = () => { whitelist, }, collection_params: { - code_id: collectionDetails?.updatable ? SG721_CODE_ID : SG721_UPDATABLE_CODE_ID, + code_id: collectionDetails?.updatable ? SG721_UPDATABLE_CODE_ID : SG721_CODE_ID, name: collectionDetails?.name, symbol: collectionDetails?.symbol, info: {