Skip to content

Commit

Permalink
fix: update addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Dec 9, 2024
1 parent e73df22 commit 1a60f75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/auth-server/stores/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ export const contractsByChain: Record<SupportedChainId, ChainContracts> = {
accountPaymaster: "0x0cE4c9b3eA74971210C114cc136eAE41148C8B5a",
},
[zksyncInMemoryNode.id]: {
session: "0x62EdCb3fABe6b39bDf04FEE3Cf4F9ebaA6DD9E23",
passkey: "0x90C449B74621a112d3cf9F912431125475c9E846",
session: "0xd2fEB541bdFfA0401abD5dEE403D3C0d2a3FdCFd",
passkey: "0x960e1934baB4A82d0F1A3C44B0aFa4FADf161868",
accountFactory: "0xd7385ba726A7b72933E63FCb0Dfee8Bcae63478c",
accountPaymaster: "0x07412DA1BfB1fC58a69739A004924d6e122bc2D4",
accountPaymaster: "0xbE9F933BE4C1273626E209d1DfF751a41997598D",
},
};

Expand Down

0 comments on commit 1a60f75

Please sign in to comment.