Skip to content

Commit

Permalink
chore: bump contracts to use upgradeable factory
Browse files Browse the repository at this point in the history
  • Loading branch information
ly0va committed Dec 12, 2024
1 parent 13f7583 commit 165905e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/nft-quest/stores/connector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const useConnectorStore = defineStore("connector", () => {
},
authServerUrl: runtimeConfig.public.authServerUrl,
session: {
feeLimit: parseEther("0.005"),
feeLimit: parseEther("0.002"),
contractCalls: [
callPolicy({
address: runtimeConfig.public.contracts.nft as Hash,
Expand Down
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: "0x62b019c03Db1f4d0C0b857fDabE4AbC9c60c2F70",
passkey: "0x21b8397BeF5128662564b8491676baa6754AFD47",
accountFactory: "0xd7385ba726A7b72933E63FCb0Dfee8Bcae63478c",
accountPaymaster: "0xAF34a25b78066f2442fb4d7cA740A03E47769b71",
accountFactory: "0x26711A4A572a5BBdF967b6385636Bd968e6E883C",
accountPaymaster: "0xB29C8Dd9a5E5DFeFB49Adf16885175a07DE8e541",
},
};

Expand Down
2 changes: 1 addition & 1 deletion packages/contracts

0 comments on commit 165905e

Please sign in to comment.