Skip to content

Commit

Permalink
fix(lib): contract impl address
Browse files Browse the repository at this point in the history
  • Loading branch information
hbriese committed Jul 18, 2024
1 parent e17dace commit 6d1d538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const EXPOSED_ABI = exposedArtifact.abi;

export const ACCOUNT_IMPLEMENTATION = {
address: addresses({
'zksync-sepolia': '0x1422336652eDFD915237bC6F40160FAccA993FEA',
'zksync-sepolia': '0x990C247374eDf1d8F973CBE350d2D98F59Df4C19',
}),
} as const;

Expand Down

0 comments on commit 6d1d538

Please sign in to comment.