Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed May 21, 2024
1 parent 1482733 commit 1530950
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/foundry/script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ contract DeployScript is ScaffoldETHDeploy {
0xC2aAa18BAD26C6E78b2Ae897911e179F00C79725;
} else if (chainId == 8453) {
maxMintCount = 10000; //done
maxMintAmountPerUser = 200; //done
maxMintAmountPerUser = 75; //done

mintPrice = 0.0006942 ether; //done
mintStartTimestamp = 1713589200;
Expand Down
7 changes: 4 additions & 3 deletions packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type { NextPage } from "next";
import { formatEther } from "viem";
import { useAccount } from "wagmi";
import { HeartIcon } from "@heroicons/react/24/outline";
import { NftCard } from "~~/components/NftCard";
// import { NftCard } from "~~/components/NftCard";
import { PfpCard } from "~~/components/PfpCard";
import { Address } from "~~/components/scaffold-eth";
import {
Expand All @@ -29,7 +29,8 @@ import jake from "~~/public/pfps/jake.jpg";
import klim from "~~/public/pfps/klim.jpg";
import mark from "~~/public/pfps/mark.jpg";
import noreen from "~~/public/pfps/noreen.jpg";
import previewImage from "~~/public/preview.png";

// import previewImage from "~~/public/preview.png";

const DynamicCarousel = dynamic(() => import("../components/Carousel"), {
loading: () => <p>Loading...</p>,
Expand Down Expand Up @@ -304,7 +305,7 @@ const Home: NextPage = () => {
await refetchMaxMintCount();
}}
> */}
<NftCard imgSrc={previewImage.src} />
{/* <NftCard imgSrc={previewImage.src} /> */}
{/* </button>
)} */}

Expand Down
Binary file modified packages/nextjs/public/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1530950

Please sign in to comment.