From 7411c9c9082d95668e6d276d56fdeab503af45d7 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Thu, 4 May 2023 12:57:45 +0300 Subject: [PATCH 1/3] Add free public mint disclaimer --- components/collections/creation/MintingDetails.tsx | 2 +- pages/collections/create.tsx | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/components/collections/creation/MintingDetails.tsx b/components/collections/creation/MintingDetails.tsx index 09bd3ca..6ca136e 100644 --- a/components/collections/creation/MintingDetails.tsx +++ b/components/collections/creation/MintingDetails.tsx @@ -112,7 +112,7 @@ export const MintingDetails = ({ onChange, numberOfTokens, uploadMethod, minimum setTimestamp(date)} value={timestamp} /> - + ) } diff --git a/pages/collections/create.tsx b/pages/collections/create.tsx index 5d45845..bb8c639 100644 --- a/pages/collections/create.tsx +++ b/pages/collections/create.tsx @@ -1370,6 +1370,18 @@ const CollectionCreationPage: NextPage = () => { /> + 0 && + mintingDetails.unitPrice === '0' + } + > + + Setting the public minting price as 0 may render the collection vulnerable for bot attacks on the + Launchpad. Please consider creating a whitelist of addresses that can mint for free instead. + + Date: Thu, 4 May 2023 13:03:03 +0300 Subject: [PATCH 2/3] Update disclaimer --- 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 bb8c639..0920a28 100644 --- a/pages/collections/create.tsx +++ b/pages/collections/create.tsx @@ -1378,7 +1378,7 @@ const CollectionCreationPage: NextPage = () => { } > - Setting the public minting price as 0 may render the collection vulnerable for bot attacks on the + Setting the unit price as 0 for public minting may render the collection vulnerable for bot attacks on the Launchpad. Please consider creating a whitelist of addresses that can mint for free instead. From d5bf407d7618e395d929297e81d122e393721085 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Thu, 4 May 2023 13:37:18 +0300 Subject: [PATCH 3/3] Update disclaimer - 2 --- pages/collections/create.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/collections/create.tsx b/pages/collections/create.tsx index 0920a28..cee0888 100644 --- a/pages/collections/create.tsx +++ b/pages/collections/create.tsx @@ -1378,8 +1378,8 @@ const CollectionCreationPage: NextPage = () => { } > - Setting the unit price as 0 for public minting may render the collection vulnerable for bot attacks on the - Launchpad. Please consider creating a whitelist of addresses that can mint for free instead. + Setting the unit price as 0 for public minting may render the collection vulnerable for bot attacks. + Please consider creating a whitelist of addresses that can mint for free instead.