Skip to content

Commit

Permalink
chore: update testnet addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
ly0va committed Dec 12, 2024
1 parent 165905e commit 4f94b1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/auth-server/stores/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ type ChainContracts = PasskeyRequiredContracts & {
};
export const contractsByChain: Record<SupportedChainId, ChainContracts> = {
[zksyncSepoliaTestnet.id]: {
session: "0x21fe79B31bE4c54c6B4e13303B379Cd4e4fa9489",
passkey: "0x86F20D0701c54019F2f58d0f69767A27BA3E724C",
accountFactory: "0xf9a9fFF7E55F4375FF5f736c58e29B7D4d68aEfb",
accountPaymaster: "0x0cE4c9b3eA74971210C114cc136eAE41148C8B5a",
session: "0x64Bf5C3229CafF50e39Ec58C4BFBbE67bEA90B0F",
passkey: "0x0F65cFE984d494DAa7165863f1Eb61C606e45fFb",
accountFactory: "0x73CFa70318FD25F2166d47Af9d93Cf72eED48724",
accountPaymaster: "0xA46D949858335308859076FA605E773eB679e534",
},
[zksyncInMemoryNode.id]: {
session: "0x62b019c03Db1f4d0C0b857fDabE4AbC9c60c2F70",
Expand Down

0 comments on commit 4f94b1e

Please sign in to comment.