/** * System-wide constants for the Slices CLI */ // The main Slices platform slice URI and DID export const SYSTEM_SLICE_URI = "at://did:plc:bcgltzqazw5tb6k2g3ttenbj/network.slices.slice/3lymhd4jhrd2z"; export const SYSTEM_SLICE_DID = "did:plc:bcgltzqazw5tb6k2g3ttenbj"; // Reference slice with base lexicons for new projects export const REFERENCE_SLICE_URI = "at://did:plc:bcgltzqazw5tb6k2g3ttenbj/network.slices.slice/3lzbzumcmvo2z"; // API endpoints export const DEFAULT_API_URL = "https://api.slices.network"; export const DEFAULT_AIP_BASE_URL = "https://auth.slices.network";