There was an error while loading. Please reload this page.
1 parent 9f861cf commit cda055dCopy full SHA for cda055d
1 file changed
docs/base-account/framework-integrations/thirdweb.mdx
@@ -57,23 +57,23 @@ cd base-account-thirdweb
57
58
### 2. Install the dependencies
59
60
-Install the Thirdweb SDK:
+Install the Thirdweb SDK (version 5.118.0 or higher is required for Base Account support):
61
62
<CodeGroup>
63
```bash npm
64
-npm install thirdweb
+npm install thirdweb@^5.118.0
65
```
66
67
```bash yarn
68
-yarn add thirdweb
+yarn add thirdweb@^5.118.0
69
70
71
```bash pnpm
72
-pnpm add thirdweb
+pnpm add thirdweb@^5.118.0
73
74
75
```bash bun
76
-bun add thirdweb
+bun add thirdweb@^5.118.0
77
78
</CodeGroup>
79
0 commit comments