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",