Skip to content

Commit d1f7470

Browse files
committed
removes extra constants
1 parent d7cfda4 commit d1f7470

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

packages/constants/src/constants.ts

-17
Original file line numberDiff line numberDiff line change
@@ -84,23 +84,6 @@ export const FND_SERVER = "https://api.web3auth.io/fnd-service";
8484
export const SESSION_SERVER_API_URL = "https://api.web3auth.io/session-service";
8585
export const SESSION_SERVER_SOCKET_URL = "https://session.web3auth.io";
8686

87-
// Passwordless backend service
88-
export const PASSWORDLESS_SERVER_API_URL = "https://api.web3auth.io/passwordless-service";
89-
export const PASSWORDLESS_SERVER_SOCKET_URL = "https://api-passwordless.web3auth.io";
90-
export const DEVELOP_PASSWORDLESS_SERVER_API_URL = "https://develop-api.web3auth.io/passwordless-service";
91-
export const DEVELOP_PASSWORDLESS_SERVER_SOCKET_URL = "https://api-develop-passwordless.web3auth.io";
92-
93-
// Auth backend service
94-
export const AUTH_SERVER_URL = "https://api.web3auth.io/auth-service";
95-
export const DEVELOP_AUTH_SERVER_URL = "https://develop-api.web3auth.io/auth-service";
96-
97-
// Wallet backend service
98-
export const WALLET_SERVER_URL = "https://api.web3auth.io/wallet-service";
99-
export const DEVELOP_WALLET_SERVER_URL = "https://develop-api.web3auth.io/wallet-service";
100-
101-
// TKey Email Backend service
102-
export const TKEY_EMAIL_SERVER_URL = "https://api.web3auth.io/tkey-email-service";
103-
10487
// Authjs backend service
10588
export const AUTHJS_SERVER_URL = "https://api.web3auth.io/authjs-service";
10689

0 commit comments

Comments
 (0)