Skip to content

Commit

Permalink
fix: hmmmm use latest working contracts version
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Dec 9, 2024
1 parent 4c08f03 commit eec439e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: "0x24ceE718D848063d09d2BeaCe31553524AcD366F",
passkey: "0x96b5403Bc85469AA3F387Bb468DFFd0fb8A3F767",
session: "0x62EdCb3fABe6b39bDf04FEE3Cf4F9ebaA6DD9E23",
passkey: "0x90C449B74621a112d3cf9F912431125475c9E846",
accountFactory: "0xd7385ba726A7b72933E63FCb0Dfee8Bcae63478c",
accountPaymaster: "0x9966A2f99e4A7ae9FBd6b7111568219B7C0e8E27",
accountPaymaster: "0x07412DA1BfB1fC58a69739A004924d6e122bc2D4",
},
};

Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eec439e

Please sign in to comment.