Skip to content

Commit ddaa1bb

Browse files
committed
fix: deploy new factory with old sso beacon
The problem was in the upgrade process a new SSO beacon proxy was deployed for the new implemention instead of re-using the existing one. This was because it used the era-sepolia.json which only contains the contracts necessary for the auth-server and didn't have the SSO Beacon address. The SSO beacon address needs to stay the same because its address is specifically allowed by the sequencer. Might also need to update + fund the paymaster, will test in PR.
1 parent f6d5621 commit ddaa1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth-server/stores/era-sepolia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"session": "0x64Fa4b6fCF655024e6d540E0dFcA4142107D4fBC",
33
"passkey": "0x006ecc2D79242F1986b7cb5F636d6E3f499f1026",
4-
"accountFactory": "0xd122999B15081d90b175C81B8a4a9bE3327C0c2a",
4+
"accountFactory": "0x7230ae6D4a2C367ff8493a76c15F8832c62f9fE9",
55
"accountPaymaster": "0x4Cb1C15710366b73f3D31EC2b3092d5f3BFD8504",
66
"recovery": "0x6AA83E35439D71F28273Df396BC7768dbaA9849D",
77
"recoveryOidc": "0x116A07f88d03bD3982eBD5f2667EB08965aAe98c",

0 commit comments

Comments
 (0)