We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d0b51 commit 69ea639Copy full SHA for 69ea639
package.json
@@ -4,7 +4,7 @@
4
"name": "Candidelabs",
5
"url": "https://candide.dev"
6
},
7
- "version": "0.2.23",
+ "version": "0.2.24",
8
"description": "Account Abstraction 4337 SDK by Candidelabs",
9
"main": "dist/index.js",
10
"module": "dist/index.m.js",
src/account/Safe/SafeAccount.ts
@@ -2917,7 +2917,7 @@ function generateOnChainIdentifier(
2917
project: string,
2918
platform: "Web" | "Mobile" | "Safe App" | "Widget" = "Web",
2919
tool: string = "abstractionkit",
2920
- toolVersion: string = "0.2.23"
+ toolVersion: string = "0.2.24"
2921
): string {
2922
const identifierPrefix = '5afe'; // Safe identifier prefix
2923
const identifierVersion = '00'; // First version
0 commit comments