Skip to content

Commit

Permalink
fix: conflict fix mistake in _idex.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
yawn-c111 committed Dec 3, 2024
1 parent 2364ca9 commit 56da258
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkgs/frontend/app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 56da258

Please sign in to comment.