From 50a5c0d6d79b9833cc6cdf96a5be6cc0df208b2f Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Thu, 23 Apr 2026 15:25:37 +0900 Subject: [PATCH] [#953] Add Mint Club fee attribution on /create page Clarify that the 0.0007 ETH creation fee is paid to Mint Club for bonding curve creation, not to PlotLink. Co-Authored-By: Claude Opus 4.6 (1M context) --- package.json | 2 +- src/app/create/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 84f08747..4136ebf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plotlink", - "version": "0.1.44", + "version": "0.1.45", "private": true, "workspaces": [ "packages/*" diff --git a/src/app/create/page.tsx b/src/app/create/page.tsx index af67ec03..38b5cd57 100644 --- a/src/app/create/page.tsx +++ b/src/app/create/page.tsx @@ -448,7 +448,7 @@ function CreatePage() {

All storylines have a 7-day deadline — the story sunsets if no new plot is added within 7 days. {creationFee > BigInt(0) && ( - <> Creation fee: {formatEther(creationFee)} ETH. + <> Creation fee: {formatEther(creationFee)} ETH (paid to Mint Club for bonding curve creation, not PlotLink). )}