@coinbase/cdp-wagmi 0.0.34 → 0.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -243,7 +243,9 @@ This package has Smart Account support for the Wagmi `useSendCalls`, `useCallsSt
|
|
|
243
243
|
```tsx lines
|
|
244
244
|
const cdpConfig: Config = {
|
|
245
245
|
projectId: "your-project-id", // Copy your Project ID here.
|
|
246
|
-
|
|
246
|
+
ethereum: {
|
|
247
|
+
createOnLogin: "smart" // Create a smart account by default when a user logs in and does not yet have one
|
|
248
|
+
}
|
|
247
249
|
}
|
|
248
250
|
```
|
|
249
251
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coinbase/cdp-wagmi",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.36",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"react": ">=18.2.0",
|
|
19
19
|
"viem": "^2.33.0",
|
|
20
20
|
"wagmi": "^2.16.0",
|
|
21
|
-
"@coinbase/cdp-core": "^0.0.
|
|
21
|
+
"@coinbase/cdp-core": "^0.0.36"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@tanstack/react-query": "^5.0.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@size-limit/webpack": "^11.2.0",
|
|
35
35
|
"@size-limit/webpack-why": "^11.2.0",
|
|
36
36
|
"size-limit": "^11.2.0",
|
|
37
|
-
"@coinbase/cdp-core": "^0.0.
|
|
37
|
+
"@coinbase/cdp-core": "^0.0.36"
|
|
38
38
|
},
|
|
39
39
|
"size-limit": [
|
|
40
40
|
{
|