mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-30 13:41:11 +00:00
16 lines
573 B
TypeScript
16 lines
573 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'
|
|
|
|
export const WINNABLE_ISSUES_PAGE_URL =
|
|
'https://circles.logos.co/readme/about-logos-circles/winnable-issues-from-circles'
|