Skip to content

Commit 41dbd30

Browse files
authored
[draft] feat: add test-urls to oidc recovery process (#182)
feat: add test-urls to oidc recovery process These are final and tested!
1 parent da887f9 commit 41dbd30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/auth-server/nuxt.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ export default defineNuxtConfig({
8888
oidc: {
8989
googlePublicClient: "69763429492-f7nl555i50akmail80pid3m4hhsg7u2n.apps.googleusercontent.com",
9090
saltServiceUrl: process.env.NUXT_PUBLIC_SALT_SERVICE_URL || "https://sso-oidc.zksync.dev/salt",
91-
zkeyUrl: process.env.NUXT_PUBLIC_ZKEY_URL || "https://sso-oidc.zksync.dev/zkey",
92-
witnessUrl: process.env.NUXT_PUBLIC_WITNESS_WASM_URL || "https://sso-oidc.zksync.dev/witness",
91+
zkeyUrl: process.env.NUXT_PUBLIC_ZKEY_URL || "https://storage.googleapis.com/test-sso-oidc-recovery/jwt-tx-validation.final.zkey",
92+
witnessUrl: process.env.NUXT_PUBLIC_WITNESS_WASM_URL || "https://storage.googleapis.com/test-sso-oidc-recovery/jwt-tx-validation.wasm",
9393
},
9494
},
9595
},

0 commit comments

Comments
 (0)