Skip to content

Commit

Permalink
Hide errors on docs page for now (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
iainnash authored Sep 24, 2024
1 parent 3e6e72d commit 8b3684b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/pages/protocol-sdk/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const publicClient = createPublicClient({
});

const collectorClient = createCollectorClient({
// @noErrors
chainId: zora.id, publicClient });

// prepare a transaction to mint an 1155 token
Expand All @@ -55,6 +56,7 @@ const { parameters } = await collectorClient.mint({
});

// simulate the transaction
// @errors: 2322
const { request } = await publicClient.simulateContract(parameters);
```

Expand Down

0 comments on commit 8b3684b

Please sign in to comment.