File tree 1 file changed +0
-17
lines changed
1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -84,23 +84,6 @@ export const FND_SERVER = "https://api.web3auth.io/fnd-service";
84
84
export const SESSION_SERVER_API_URL = "https://api.web3auth.io/session-service" ;
85
85
export const SESSION_SERVER_SOCKET_URL = "https://session.web3auth.io" ;
86
86
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
-
104
87
// Authjs backend service
105
88
export const AUTHJS_SERVER_URL = "https://api.web3auth.io/authjs-service" ;
106
89
You can’t perform that action at this time.
0 commit comments