diff --git a/pages/collections/actions.tsx b/pages/collections/actions.tsx index 0250853..cf529bf 100644 --- a/pages/collections/actions.tsx +++ b/pages/collections/actions.tsx @@ -111,7 +111,7 @@ const CollectionActionsPage: NextPage = () => { setMinterType('vending') console.log('Unable to retrieve contract version') }) - }, [debouncedMinterContractState, wallet.address]) + }, [debouncedMinterContractState, wallet.client]) return (