You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(sdk-core): consolidate WebAuthn passphrase type
MpcWebauthnInfo and GenerateWalletWebauthnInfo were identical shapes.
Promote GenerateWalletWebauthnInfo to iKeychains.ts as the single
canonical type, re-export it from iWallets.ts, and drop the duplicate
definition. All createKeychains implementations and CreateMpcOptions
now reference the shared type.
The onchain hot wallet path in generateWallet already wires webauthnInfo
through userKeychainPromise; no additional changes are needed there.
Ticket: WAL-761
0 commit comments