File tree Expand file tree Collapse file tree 3 files changed +24
-23
lines changed Expand file tree Collapse file tree 3 files changed +24
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# thirdweb
22
3+ ## 5.74.1
4+
5+ ### Patch Changes
6+
7+ - [#5487](https://github.com/thirdweb-dev/js/pull/5487) [`5574c15`](https://github.com/thirdweb-dev/js/commit/5574c15ec887c963a148cb54f04e5c0b5d3cff8e) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - BETA support for 7579 modular smart accounts
8+
9+ You can now create modular smart wallets using the 7579 preset.
10+
11+ Keep in mind that this is in BETA, and there might be breaking API changes.
12+
13+ ```typescript
14+ import { sepolia } from "thirdweb/chains";
15+ import { smartWallet, Config } from "thirdweb/wallets/smart";
16+ const modularSmartWallet = smartWallet(
17+ Config.erc7579({
18+ chain: sepolia,
19+ sponsorGas: true,
20+ factoryAddress: "0x...", // the 7579 factory address
21+ validatorAddress: "0x...", // the default validator module address
22+ }),
23+ });
24+ ```
25+
326## 5.74.0
427
528### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " thirdweb" ,
3- "version" : " 5.74.0 " ,
3+ "version" : " 5.74.1 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " git+https://github.com/thirdweb-dev/js.git#main"
You can’t perform that action at this time.
0 commit comments