Skip to content

Commit

Permalink
Add quick links to relevant docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Jan 10, 2025
1 parent 9d477a6 commit 166748d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/docs/pages/guides/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This guide covers common issues you may encounter while using OnchainKit. If you
### Provider Configuration
- **Missing OnchainKitProvider**
- Error: "OnchainKit context not found"
- Solution: Wrap your app with OnchainKitProvider and configure properly:
- Solution: Wrap your app with OnchainKitProvider and [configure](/getting-started) properly:
```tsx
import { OnchainKitProvider } from '@coinbase/onchainkit';
import { base } from 'viem/chains';
Expand All @@ -68,7 +68,7 @@ This guide covers common issues you may encounter while using OnchainKit. If you
- Error: "Unable to connect wallet"
- Solutions:
- Verify wallet extension is installed and unlocked
- Check supported chains configuration
- Check [supported chains configuration](/wallet/wallet)
- Ensure proper network selection in wallet
- Verify RPC endpoints are accessible

Expand All @@ -86,8 +86,8 @@ This guide covers common issues you may encounter while using OnchainKit. If you
- Solutions:
- Verify sufficient balance for gas
- Check transaction parameters are valid
- Ensure proper network configuration
- Consider using sponsored transactions
- Ensure proper network [configuration](/transaction/tranasaction)
- Consider using [sponsored transactions](/transaction/sponsored-transaction)

### Identity Components

Expand Down

0 comments on commit 166748d

Please sign in to comment.