Skip to content

Commit 69ea639

Browse files
Bump version
1 parent e3d0b51 commit 69ea639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Candidelabs",
55
"url": "https://candide.dev"
66
},
7-
"version": "0.2.23",
7+
"version": "0.2.24",
88
"description": "Account Abstraction 4337 SDK by Candidelabs",
99
"main": "dist/index.js",
1010
"module": "dist/index.m.js",

src/account/Safe/SafeAccount.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2917,7 +2917,7 @@ function generateOnChainIdentifier(
29172917
project: string,
29182918
platform: "Web" | "Mobile" | "Safe App" | "Widget" = "Web",
29192919
tool: string = "abstractionkit",
2920-
toolVersion: string = "0.2.23"
2920+
toolVersion: string = "0.2.24"
29212921
): string {
29222922
const identifierPrefix = '5afe'; // Safe identifier prefix
29232923
const identifierVersion = '00'; // First version

0 commit comments

Comments
 (0)