Skip to content

Commit

Permalink
chore: update weightedecdsavalidator address
Browse files Browse the repository at this point in the history
  • Loading branch information
blakecduncan committed Jan 9, 2024
1 parent d6070fe commit aec48cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerodev/sdk",
"version": "4.5.4",
"version": "4.5.5",
"description": "A collection of ERC-4337 compliant smart contract account interfaces",
"author": "ZeroDev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts/src/kernel-zerodev/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const TOKEN_ACTION = "0x2087C7FfD0d0DAE80a00EE74325aBF3449e0eaf1";
export const SESSION_KEY_VALIDATOR_ADDRESS =
"0x5C06CE2b673fD5E6e56076e40DD46aB67f5a72A5";
export const RECOVERY_VALIDATOR_ADDRESS =
"0xA60dA4E29A27F9510AC37faE3706EaEb1d55e8d6";
"0xa7e3Bc66086Ae51b20e59b6C84666635A0d0A16C";
export const RECOVERY_ACTION = "0x2f65dB8039fe5CAEE0a8680D2879deB800F31Ae1";
export const oneAddress = "0x0000000000000000000000000000000000000001";

Expand Down

0 comments on commit aec48cd

Please sign in to comment.