diff --git a/packages/nextjs/app/simpleMint/_components/SimpleMint.tsx b/packages/nextjs/app/simpleMint/_components/SimpleMint.tsx index c57b4a2..2eacf4f 100644 --- a/packages/nextjs/app/simpleMint/_components/SimpleMint.tsx +++ b/packages/nextjs/app/simpleMint/_components/SimpleMint.tsx @@ -207,7 +207,7 @@ export const SimpleMint: NextPage = () => {
{/* Input Fields Section */} -
+

Enter your NFT details here

* required fields diff --git a/packages/nextjs/components/Header.tsx b/packages/nextjs/components/Header.tsx index 9728b10..5cc72a8 100644 --- a/packages/nextjs/components/Header.tsx +++ b/packages/nextjs/components/Header.tsx @@ -95,6 +95,18 @@ export const Header = () => { }} > + {/* Add My Profile to mobile dropdown */} +
  • + + + My Profile + +
  • )}
    @@ -113,16 +125,18 @@ export const Header = () => {
    - {/* My Profile link with active style */} - - - My Profile - + {/* My Profile link on desktop */} +
    + + + My Profile + +
    diff --git a/packages/nextjs/contracts/deployedContracts.ts b/packages/nextjs/contracts/deployedContracts.ts index e3cf390..3477d72 100644 --- a/packages/nextjs/contracts/deployedContracts.ts +++ b/packages/nextjs/contracts/deployedContracts.ts @@ -7,7 +7,7 @@ import { GenericContractsDeclaration } from "~~/utils/scaffold-eth/contract"; const deployedContracts = { 31337: { SimpleMint: { - address: "0xca8c8688914e0f7096c920146cd0ad85cd7ae8b9", + address: "0x4bf010f1b9beda5450a8dd702ed602a104ff65ee", abi: [ { type: "constructor", @@ -320,7 +320,7 @@ const deployedContracts = { }, }, MockNFT: { - address: "0xb0f05d25e41fbc2b52013099ed9616f1206ae21b", + address: "0x40a42baf86fc821f972ad2ac878729063ceef403", abi: [ { type: "constructor", @@ -940,7 +940,7 @@ const deployedContracts = { }, }, MockUSDC: { - address: "0x5feaebfb4439f3516c74939a9d04e95afe82c4ae", + address: "0x96f3ce39ad2bfdcf92c0f6e2c2cabf83874660fc", abi: [ { type: "constructor", @@ -1397,7 +1397,7 @@ const deployedContracts = { }, }, Marketplace: { - address: "0x976fcd02f7c4773dd89c309fbf55d5923b4c98a1", + address: "0x986aaa537b8cc170761fdac6ac4fc7f9d8a20a8c", abi: [ { type: "constructor",