Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
alessey committed Nov 5, 2024
1 parent 281217c commit 0e84121
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions site/docs/pages/api/build-mint-transaction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Before using them, make sure to obtain a [Client API Key](https://portal.cdp.coi
:::code-group

```tsx twoslash [code]
// @noErrors: 2724 1162 - TODO: remove after ock release
import { setOnchainKitConfig } from '@coinbase/onchainkit';
import { buildMintTransaction } from '@coinbase/onchainkit/api';

Expand Down
1 change: 1 addition & 0 deletions site/docs/pages/api/get-mint-details.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Before using them, make sure to obtain a [Client API Key](https://portal.cdp.coi
:::code-group

```tsx twoslash [code]
// @noErrors: 2305 1162 - TODO: remove after ock release
import { setOnchainKitConfig } from '@coinbase/onchainkit';
import { getMintDetails } from '@coinbase/onchainkit/api';

Expand Down
1 change: 1 addition & 0 deletions site/docs/pages/api/get-token-details.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Before using them, make sure to obtain a [Client API Key](https://portal.cdp.coi
:::code-group

```tsx twoslash [code]
// @noErrors: 2305 1162 - TODO: remove after ock release
import { setOnchainKitConfig } from '@coinbase/onchainkit';
import { getTokenDetails } from '@coinbase/onchainkit/api';

Expand Down

0 comments on commit 0e84121

Please sign in to comment.