diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 323fec3a..21af695e 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -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 = {