Skip to content

Commit

Permalink
Merge pull request #346 from Web3Auth/feat/add-keys
Browse files Browse the repository at this point in the history
support for new curve types
  • Loading branch information
chaitanyapotti authored Oct 30, 2024
2 parents 20337b6 + bcc545e commit 3bf181e
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 3bf181e

Please sign in to comment.