From 56da258fa5c4529b24db10922edb7dabde970a5d Mon Sep 17 00:00:00 2001 From: yawn <69970183+yawn-c111@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:37:31 +0900 Subject: [PATCH] fix: conflict fix mistake in _idex.tsx --- pkgs/frontend/app/routes/_index.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pkgs/frontend/app/routes/_index.tsx b/pkgs/frontend/app/routes/_index.tsx index ad01d41..dabd1c3 100644 --- a/pkgs/frontend/app/routes/_index.tsx +++ b/pkgs/frontend/app/routes/_index.tsx @@ -24,15 +24,6 @@ export default function Index() { isLoading: isUploadingImageFileToIpfs, } = useUploadImageFileToIpfs(); - const handleBigBang = async () => { - const res = await bigbang({ - owner: "0xdCb93093424447bF4FE9Df869750950922F1E30B", - topHatDetails: "Top Hat Details", - topHatImageURI: "https://example.com/top-hat.png", - hatterHatDetails: "Hatter Hat Details", - hatterHatImageURI: "https://example.com/hatter-hat.png", - trustedForwarder: "0x1234567890123456789012345678901234567890", - }); const handleBigBang = async () => { const res = await bigbang({ owner: "0xdCb93093424447bF4FE9Df869750950922F1E30B",