{
  "name": "droplit-constants",
  "type": "registry:component",
  "dependencies": [],
  "devDependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "components/droplit/constants.ts",
      "type": "registry:component",
      "content": "// Droplit API Constants\n\n// Development droplit instance (work in progress - being rebranded from go-faucet-api to droplit api)\nexport const DROPLIT_API_URL = \"https://dev-go-faucet-api-mazi.encr.app\";\n\n// API Endpoints\nexport const DROPLIT_ENDPOINTS = {\n\tPUSH: \"/api/push\",\n\tTAP: \"/api/tap\",\n\tSTATUS: \"/api/status\",\n} as const;\n",
      "target": "<%- config.aliases.components %>/constants.tsx"
    }
  ]
}