mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-31 06:01:26 +00:00
* 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
13 lines
447 B
TypeScript
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'
|