Skip to content

Commit

Permalink
support for new curve types
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Oct 30, 2024
1 parent 20337b6 commit bcc545e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const WEB3AUTH_NETWORK = {
export const SUPPORTED_KEY_CURVES = {
SECP256K1: "secp256k1",
ED25519: "ed25519",
OTHER: "other",
} as const;

export const LOGIN_PROVIDER = {
Expand Down

0 comments on commit bcc545e

Please sign in to comment.