From 5f2fdb7eab36c7984051d45c9087ea387108e118 Mon Sep 17 00:00:00 2001 From: eericxu <2681350846@qq.com> Date: Mon, 2 Sep 2024 13:41:57 +0800 Subject: [PATCH] remove pin bucket image --- components/mint/MintStep2.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mint/MintStep2.tsx b/components/mint/MintStep2.tsx index fec9859..227570e 100644 --- a/components/mint/MintStep2.tsx +++ b/components/mint/MintStep2.tsx @@ -154,7 +154,7 @@ function PreMetadata(p: { onContinue: OnNext }) { const imageArrayBuffer = await imageblob.arrayBuffer(); const imageBuffer = Buffer.from(imageArrayBuffer); const imageIntegrity = getSHA256Digest(imageBuffer); - await pinCID(image.Hash, "bucket_image.png"); + // await pinCID(image.Hash, "bucket_image.png"); const res = await axios.post>( genUrl("/auth/bucket/metadata/generate"), { uuid: mintData.uuid, cid: image.Hash, imageIntegrity },