Skip to content

Commit 6986c6a

Browse files
committed
fix twoslash
1 parent 79ca5c3 commit 6986c6a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

site/docs/pages/farcaster/get-farcaster-user-address.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Farcaster ID
3737
Default to onchain-kit's default key.
3838

3939
```ts twoslash
40-
// @noErrors: 2304 - Cannot find name 'fid'
40+
// @noErrors: 2304 2307 - Cannot find name 'fid'
4141
import { getFarcasterUserAddress } from '@coinbase/onchainkit/farcaster';
4242
// ---cut-before---
4343
const userAddress = await getFarcasterUserAddress(fid, {
@@ -52,7 +52,7 @@ const userAddress = await getFarcasterUserAddress(fid, {
5252
Optional options to specify if the client wants custody addresses. Default to true.
5353

5454
```ts twoslash
55-
// @noErrors: 2304 - Cannot find name 'fid'
55+
// @noErrors: 2304 2307 - Cannot find name 'fid'
5656
import { getFarcasterUserAddress } from '@coinbase/onchainkit/farcaster';
5757
// ---cut-before---
5858
const userAddress = await getFarcasterUserAddress(fid, {
@@ -67,7 +67,7 @@ const userAddress = await getFarcasterUserAddress(fid, {
6767
Optional options to specify if the client wants verified addresses. Default to true.
6868

6969
```ts twoslash
70-
// @noErrors: 2304 - Cannot find name 'fid'
70+
// @noErrors: 2304 2307 - Cannot find name 'fid'
7171
import { getFarcasterUserAddress } from '@coinbase/onchainkit/farcaster';
7272
// ---cut-before---
7373
const userAddress = await getFarcasterUserAddress(fid, {

site/docs/pages/transaction/transaction.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Obtain a Paymaster and Bundler endpoint from the [Coinbase Developer Platform](h
254254
/>
255255

256256
```tsx twoslash
257-
// @noErrors: 2580 2304 - Cannot find name 'process', Cannot find name 'contracts'
257+
// @noErrors: 2580 2304 2322 - Cannot find name 'process', Cannot find name 'contracts'
258258
import { Transaction, TransactionButton, TransactionSponsor } from "@coinbase/onchainkit/transaction"
259259
// ---cut-before---
260260
// ommited for brevity

0 commit comments

Comments
 (0)