Skip to content

Commit

Permalink
fix: update addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
ly0va committed Nov 19, 2024
1 parent 73febb9 commit 749a153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/auth-server/stores/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export const contractsByChain: Record<SupportedChainId, ChainContracts> = {
[zksyncInMemoryNode.id]: {
session: "0x8543528a4561E3a5EC7d51Bfd3776457b0E7b7dc",
passkey: "0x975df0c7f5CB728ae9F96480491Ec5d1E17296f4",
accountFactory: "0xC86Be232B7f65Db88a3B25afE68E8E1c298231A2",
accountPaymaster: "0x2879853afd8d066ca66e224A8E85621aC43d6F59",
accountFactory: "0xaAF5f437fB0524492886fbA64D703df15BF619AE",
accountPaymaster: "0x351cB880A2B9E1Cf3060ea58Ec5280CBCe87579A",
},
};

Expand Down

0 comments on commit 749a153

Please sign in to comment.