Skip to content

Commit bd50301

Browse files
committed
fix: undo all oidc server changes
this is functionally unused
1 parent 9c49d7a commit bd50301

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

packages/oidc-server/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"prom-client": "^15.1.0",
3131
"viem": "^2.22.19",
3232
"zksync-sso": "workspace:*",
33-
"zksync-sso-4337": "workspace:*",
3433
"zksync-sso-circuits": "workspace:*",
3534
"zod": "^3.24.1"
3635
}

packages/oidc-server/src/contractUpdater.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createWalletClient, type Hex, http, publicActions } from "viem";
22
import { privateKeyToAccount } from "viem/accounts";
33
import { zksync, zksyncInMemoryNode, zksyncSepoliaTestnet } from "viem/chains";
4-
import { OidcKeyRegistryAbi } from "zksync-sso-4337/abi";
4+
import { OidcKeyRegistryAbi } from "zksync-sso/abi";
55
import { CircomBigInt } from "zksync-sso-circuits";
66

77
import { type BaseKey, type Key, keySchema, type ValidNetworks } from "./types.js";

packages/oidc-server/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
// Enable latest features
55
"lib": ["ESNext"],
66
"target": "esnext",
7-
"module": "NodeNext",
7+
"module": "nodenext",
88
"moduleDetection": "force",
99
"jsx": "react-jsx",
1010
"allowJs": true,
1111

1212
// Bundler mode
13-
"moduleResolution": "NodeNext",
13+
"moduleResolution": "nodenext",
1414
"verbatimModuleSyntax": true,
1515
"noEmit": false,
1616
"outDir": "./dist",

0 commit comments

Comments
 (0)