Skip to content

Commit

Permalink
Fix mint import (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan authored Jun 13, 2024
1 parent c78ddc0 commit 37724e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/pages/protocol-sdk/collect/mint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ can be set to either `1155`, `721`, or `premint`. Depending on the `mintType` ad
must be passed.

```tsx twoslash
import { useChainId, usePublicClient, useWriteContract } from '@zoralabs/protocol-sdk';
import {
useChainId,
usePublicClient,
useWriteContract } from 'wagmi';
import { createCollectorClient } from "@zoralabs/protocol-sdk";

const chainId = useChainId();
Expand Down

0 comments on commit 37724e9

Please sign in to comment.