From fe1cfe884c3ece1ab32b35c8e007c6f8c3363266 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Sun, 6 Aug 2023 21:57:03 +0300 Subject: [PATCH] Fix updatable code id mix up --- pages/collections/create.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {