Skip to content

Commit bf8ba85

Browse files
Merge pull request #107 from torusresearch/feat/add-api-constants
adds api constants
2 parents 7d37376 + d1f7470 commit bf8ba85

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/constants/src/constants.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,15 @@ export const METADATA_MAP: Record<TORUS_LEGACY_NETWORK_TYPE, string> = {
7777
[TORUS_LEGACY_NETWORK.CELESTE]: "https://api.web3auth.io/metadata-service",
7878
};
7979

80+
// FND backend service
8081
export const FND_SERVER = "https://api.web3auth.io/fnd-service";
81-
export const SESSION_SERVER = "https://api.web3auth.io/session-service";
82+
83+
// Session backend service
84+
export const SESSION_SERVER_API_URL = "https://api.web3auth.io/session-service";
85+
export const SESSION_SERVER_SOCKET_URL = "https://session.web3auth.io";
86+
87+
// Authjs backend service
88+
export const AUTHJS_SERVER_URL = "https://api.web3auth.io/authjs-service";
8289

8390
export const KEY_TYPE = {
8491
SECP256K1: "secp256k1",

0 commit comments

Comments
 (0)