Skip to content

Commit fdb42e4

Browse files
committed
added debbuging guide cbw
1 parent 013636e commit fdb42e4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/wallet-app/build-with-minikit/debugging.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,9 @@ function WalletConnection() {
289289
}
290290
</script>
291291
```
292+
<Info>
293+
If you are testing specific enviornment behaviour - you can use clientFid :309857
294+
</Info>
292295

293296
**How to Use**:
294297

docs/wallet-app/introduction/mini-apps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ The following Mini App SDK features are **not currently supported** in Coinbase
258258
* Use `sdk.actions.composeCast()` instead of Warpcast composer URLs
259259
* Implement visual feedback alternatives for haptic feedback
260260
* Avoid relying on location context for core functionality
261-
* To conditionally render functionality based on the user's client, check context.client.clientFid (Coinbase Wallet returns 399519)
261+
* To conditionally render functionality based on the user's client, check context.client.clientFid (Coinbase Wallet returns 309857)
262262

263263
We are actively working to expand compatibility and expect to support additional features in future releases.
264264

0 commit comments

Comments
 (0)