From 5f2fa8f57db8b2f0d4842c78f5259cdab5618f03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20S=C3=A1ez?= Date: Fri, 20 Oct 2023 23:11:06 -0400 Subject: [PATCH] remove export --- examples/nextjs/src/app/v1/sam/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nextjs/src/app/v1/sam/page.tsx b/examples/nextjs/src/app/v1/sam/page.tsx index a27ea718..9519f8b9 100644 --- a/examples/nextjs/src/app/v1/sam/page.tsx +++ b/examples/nextjs/src/app/v1/sam/page.tsx @@ -17,7 +17,7 @@ import assert from 'assert' import { useState } from 'react' import { formatEther } from 'viem' -export const contractAddress = '0x0638741d244b7896a6527bd79a699335aa81831d' +const contractAddress = '0x0638741d244b7896a6527bd79a699335aa81831d' const EDITION_V1 = 'edition-v1'