Skip to content

Commit f94ddd4

Browse files
committed
feat: add test-urls to oidc recovery process
We'll see if I can even test these
1 parent 06bdc4c commit f94ddd4

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
@@ -81,8 +81,8 @@ export default defineNuxtConfig({
8181
oidc: {
8282
googlePublicClient: "69763429492-f7nl555i50akmail80pid3m4hhsg7u2n.apps.googleusercontent.com",
8383
saltServiceUrl: process.env.NUXT_PUBLIC_SALT_SERVICE_URL || "https://sso-oidc.zksync.dev/salt",
84-
zkeyUrl: process.env.NUXT_PUBLIC_ZKEY_URL || "https://sso-oidc.zksync.dev/zkey",
85-
witnessUrl: process.env.NUXT_PUBLIC_WITNESS_WASM_URL || "https://sso-oidc.zksync.dev/witness",
84+
zkeyUrl: process.env.NUXT_PUBLIC_ZKEY_URL || "https://storage.googleapis.com/test-sso-oidc-recovery/jwt-tx-validation.final.zkey",
85+
witnessUrl: process.env.NUXT_PUBLIC_WITNESS_WASM_URL || "https://storage.googleapis.com/test-sso-oidc-recovery/jwt-tx-validation.wasm",
8686
},
8787
},
8888
},

0 commit comments

Comments
 (0)