Skip to content

Commit

Permalink
fix 7560 nonceManager, stakeManager addrs
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Feb 19, 2025
1 parent f616408 commit a84afcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/validation-manager/src/ValidationManagerRIP7560.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import { ERC7562Parser } from './ERC7562Parser'

export const AA_ENTRY_POINT = '0x0000000000000000000000000000000000007560'
export const AA_SENDER_CREATOR = '0x00000000000000000000000000000000ffff7560'
export const AA_STAKE_MANAGER = '0x2F9d2b9Af343dA0288Fc8270354e4c47b63817f3'
export const AA_NONCE_MANAGER = '0x3D45A0363baBA693432f9Cb82c60BE9410A5Fd8f'
export const AA_STAKE_MANAGER = '0xC59f4c593E0BfB731f63Ce35873ef3723B37D25d'
export const AA_NONCE_MANAGER = '0x59c405Dc6D032d9Ff675350FefC66F3b6c1bEbaB'

export class ValidationManagerRIP7560 implements IValidationManager {
constructor (
Expand Down

0 comments on commit a84afcc

Please sign in to comment.