Skip to content

Commit de2f3a2

Browse files
committed
Update minimal account implementation address
Changed MINIMAL_ACCOUNT_IMPLEMENTATION_ADDRESS to a new address in minimal-account.ts with full granular session key functionality
1 parent 9fec4cc commit de2f3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/wallets/in-app/core/eip7702/minimal-account.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
import type { BundlerOptions } from "../../../smart/types.js";
2525

2626
const MINIMAL_ACCOUNT_IMPLEMENTATION_ADDRESS =
27-
"0xbaC7e770af15d130Cd72838ff386f14FBF3e9a3D";
27+
"0x173217d7f8c26Dc3c01e37e1c04813CC7cC9fEc2";
2828

2929
export const create7702MinimalAccount = (args: {
3030
client: ThirdwebClient;

0 commit comments

Comments
 (0)