File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 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";
8484export const SESSION_SERVER_API_URL = "https://api.web3auth.io/session-service" ;
8585export 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
10588export const AUTHJS_SERVER_URL = "https://api.web3auth.io/authjs-service" ;
10689
You can’t perform that action at this time.
0 commit comments