Skip to content

Commit cda055d

Browse files
committed
update version
1 parent 9f861cf commit cda055d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/base-account/framework-integrations/thirdweb.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,23 @@ cd base-account-thirdweb
5757

5858
### 2. Install the dependencies
5959

60-
Install the Thirdweb SDK:
60+
Install the Thirdweb SDK (version 5.118.0 or higher is required for Base Account support):
6161

6262
<CodeGroup>
6363
```bash npm
64-
npm install thirdweb
64+
npm install thirdweb@^5.118.0
6565
```
6666

6767
```bash yarn
68-
yarn add thirdweb
68+
yarn add thirdweb@^5.118.0
6969
```
7070

7171
```bash pnpm
72-
pnpm add thirdweb
72+
pnpm add thirdweb@^5.118.0
7373
```
7474

7575
```bash bun
76-
bun add thirdweb
76+
bun add thirdweb@^5.118.0
7777
```
7878
</CodeGroup>
7979

0 commit comments

Comments
 (0)