Skip to content

Commit

Permalink
fix: update sepolia auth server paymaster address
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Dec 4, 2024
1 parent 8e16326 commit 7f18fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth-server/stores/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const contractsByChain: Record<SupportedChainId, ChainContracts> = {
session: "0x21fe79B31bE4c54c6B4e13303B379Cd4e4fa9489",
passkey: "0x86F20D0701c54019F2f58d0f69767A27BA3E724C",
accountFactory: "0xf9a9fFF7E55F4375FF5f736c58e29B7D4d68aEfb",
accountPaymaster: "0x78f9a1Ba106f91f22eA32B698203eAB848855ab5",
accountPaymaster: "0x0cE4c9b3eA74971210C114cc136eAE41148C8B5a",
},
[zksyncInMemoryNode.id]: {
session: "0xd2fEB541bdFfA0401abD5dEE403D3C0d2a3FdCFd",
Expand Down

0 comments on commit 7f18fe0

Please sign in to comment.