Highly ambitious ATProtocol AppView service and sdks
1/**
2 * System-wide constants for the Slices CLI
3 */
4
5// The main Slices platform slice URI and DID
6export const SYSTEM_SLICE_URI = "at://did:plc:bcgltzqazw5tb6k2g3ttenbj/network.slices.slice/3lymhd4jhrd2z";
7export const SYSTEM_SLICE_DID = "did:plc:bcgltzqazw5tb6k2g3ttenbj";
8
9// Reference slice with base lexicons for new projects
10export const REFERENCE_SLICE_URI = "at://did:plc:bcgltzqazw5tb6k2g3ttenbj/network.slices.slice/3lzbzumcmvo2z";
11
12// API endpoints
13export const DEFAULT_API_URL = "https://api.slices.network";
14export const DEFAULT_AIP_BASE_URL = "https://auth.slices.network";