File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,20 @@ This guide covers common issues you may encounter while using OnchainKit. If you
29
29
```
30
30
- Ensure API keys are properly exposed in your environment
31
31
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
+
32
46
### Provider Configuration
33
47
- ** Missing OnchainKitProvider**
34
48
- Error: "OnchainKit context not found"
@@ -90,20 +104,6 @@ This guide covers common issues you may encounter while using OnchainKit. If you
90
104
}
91
105
```
92
106
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
-
107
107
## Getting Help
108
108
109
109
Need more help?
You can’t perform that action at this time.
0 commit comments