Skip to content

Commit 0cba16d

Browse files
committed
Update order
1 parent 49b0f2b commit 0cba16d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

site/docs/pages/guides/troubleshooting.mdx

+14-14
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,20 @@ This guide covers common issues you may encounter while using OnchainKit. If you
2929
```
3030
- Ensure API keys are properly exposed in your environment
3131

32+
### Dependencies
33+
- **Version Compatibility**
34+
- Issue: Unexpected behavior or type errors
35+
- Solution: Ensure compatible versions:
36+
```json
37+
{
38+
"dependencies": {
39+
"@coinbase/onchainkit": "latest",
40+
"viem": "^2.0.0",
41+
"@wagmi/core": "^2.0.0"
42+
}
43+
}
44+
```
45+
3246
### Provider Configuration
3347
- **Missing OnchainKitProvider**
3448
- Error: "OnchainKit context not found"
@@ -90,20 +104,6 @@ This guide covers common issues you may encounter while using OnchainKit. If you
90104
}
91105
```
92106

93-
### Dependencies
94-
- **Version Compatibility**
95-
- Issue: Unexpected behavior or type errors
96-
- Solution: Ensure compatible versions:
97-
```json
98-
{
99-
"dependencies": {
100-
"@coinbase/onchainkit": "latest",
101-
"viem": "^2.0.0",
102-
"@wagmi/core": "^2.0.0"
103-
}
104-
}
105-
```
106-
107107
## Getting Help
108108

109109
Need more help?

0 commit comments

Comments
 (0)