Skip to content

Commit

Permalink
removes extra constants
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Nov 7, 2024
1 parent d7cfda4 commit d1f7470
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions packages/constants/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,23 +84,6 @@ export const FND_SERVER = "https://api.web3auth.io/fnd-service";
export const SESSION_SERVER_API_URL = "https://api.web3auth.io/session-service";
export const SESSION_SERVER_SOCKET_URL = "https://session.web3auth.io";

// Passwordless backend service
export const PASSWORDLESS_SERVER_API_URL = "https://api.web3auth.io/passwordless-service";
export const PASSWORDLESS_SERVER_SOCKET_URL = "https://api-passwordless.web3auth.io";
export const DEVELOP_PASSWORDLESS_SERVER_API_URL = "https://develop-api.web3auth.io/passwordless-service";
export const DEVELOP_PASSWORDLESS_SERVER_SOCKET_URL = "https://api-develop-passwordless.web3auth.io";

// Auth backend service
export const AUTH_SERVER_URL = "https://api.web3auth.io/auth-service";
export const DEVELOP_AUTH_SERVER_URL = "https://develop-api.web3auth.io/auth-service";

// Wallet backend service
export const WALLET_SERVER_URL = "https://api.web3auth.io/wallet-service";
export const DEVELOP_WALLET_SERVER_URL = "https://develop-api.web3auth.io/wallet-service";

// TKey Email Backend service
export const TKEY_EMAIL_SERVER_URL = "https://api.web3auth.io/tkey-email-service";

// Authjs backend service
export const AUTHJS_SERVER_URL = "https://api.web3auth.io/authjs-service";

Expand Down

0 comments on commit d1f7470

Please sign in to comment.