Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/deploy-auth-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- name: Build apps
env:
NUXT_PUBLIC_DEFAULT_CHAIN_ID: 300
NUXT_PUBLIC_SALT_SERVICE_URL: "https://sso-oidc.zksync.dev/salt"
run: pnpm nx build auth-server

- name: Deploy firebase hosting
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
- name: Build Auth Server
env:
NUXT_PUBLIC_DEFAULT_CHAIN_ID: 300
NUXT_PUBLIC_SALT_SERVICE_URL: "https://sso-oidc.zksync.dev/salt"

run: pnpm nx build auth-server

- name: Deploy preview
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-server/stores/era-sepolia.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"session": "0x64Fa4b6fCF655024e6d540E0dFcA4142107D4fBC",
"passkey": "0x006ecc2D79242F1986b7cb5F636d6E3f499f1026",
"accountFactory": "0xd122999B15081d90b175C81B8a4a9bE3327C0c2a",
"accountPaymaster": "0x4Cb1C15710366b73f3D31EC2b3092d5f3BFD8504",
"accountFactory": "0x7230ae6D4a2C367ff8493a76c15F8832c62f9fE9",
"accountPaymaster": "0xD055d87D3E7f3d28E8E9075342991FDdcaea4E63",
"recovery": "0x6AA83E35439D71F28273Df396BC7768dbaA9849D",
"recoveryOidc": "0x116A07f88d03bD3982eBD5f2667EB08965aAe98c",
"oidcKeyRegistry": "0x0EEeA31EA37959316dc6b50307BaF09528d3fcc4"
Expand Down
Loading