Files
logos-web/apps/web/lib/logos-data-api.ts
T
Jinho Jang cdc110a0ac UI updates (#15)
* Refactor technology stack integration and update documentation links

- Updated the technology stack links in various components to point to the new GitHub documentation repository.
- Refactored the Lambda Prize page to utilize a shared TechStackSection instead of local tech cards.
- Removed redundant tech stack message copies from the storage and technology stack pages.
- Enhanced the home feature cards section to use Link components for navigation.
- Added tests to ensure the integrity of the new tech stack structure and documentation links.

* feat: integrate social proof stats into home page and update related components
2026-05-27 13:26:53 +09:00

13 lines
447 B
TypeScript

export const LOGOS_GRAPHQL_API_URL = 'https://api.logos.co/v1/graphql'
export const BI_GRAPHQL_API_URL = 'https://hasura.bi.status.im/v1/graphql'
export const CONTRIBUTIONS_API_URL =
'https://hasura.bi.status.im/api/rest/contributions/count_all'
export const CONTRIBUTIONS_API_RESPONSE_KEY =
'stg_external_contributors_agg_total_ext_contributions'
export const CIRCLES_GRAPHQL_RESPONSE_KEY =
'stg_external_circle_circle_event_aggregate'