From 80caa032752ae013f0ab40ab50066831de22eb79 Mon Sep 17 00:00:00 2001 From: Corban Riley Date: Thu, 30 May 2024 11:14:58 -0400 Subject: [PATCH] fix-mint --- examples/react/src/components/Connected.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/react/src/components/Connected.tsx b/examples/react/src/components/Connected.tsx index 777a5207..747cf2cc 100644 --- a/examples/react/src/components/Connected.tsx +++ b/examples/react/src/components/Connected.tsx @@ -25,7 +25,8 @@ import { useWriteContract } from 'wagmi' -import { messageToSign, abi } from '../constants' +import { messageToSign } from '../constants' +import { abi } from '../constants/nft-abi' import { delay, getCheckoutSettings, getOrderbookCalldata } from '../utils' // append ?debug to url to enable debug mode