Skip to content

Commit d58b659

Browse files
committed
fix: remove oidc abis
can add back later
1 parent 8209e12 commit d58b659

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/sdk-4337/src/abi/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
export * from "./AAFactory.js";
2-
export * from "./OidcKeyRegistry.js";
3-
export * from "./OidcRecoveryValidator.js";
42
export * from "./SessionKeyValidator.js";
53
export * from "./WebAuthnValidator.js";

packages/sdk/src/abi/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
export { AAFactoryAbi } from "./AAFactory.js";
22
export { GuardianRecoveryValidatorAbi } from "./GuardianRecoveryValidator.js";
3-
export { OidcKeyRegistryAbi } from "./OidcKeyRegistry.js";
4-
export { OidcRecoveryValidatorAbi } from "./OidcRecoveryValidator.js";
53
export { SessionKeyValidatorAbi } from "./SessionKeyValidator.js";
64
export { SsoAccountAbi } from "./SsoAccount.js";
75
export { WebAuthValidatorAbi } from "./WebAuthValidator.js";

0 commit comments

Comments
 (0)