Skip to content

Commit

Permalink
[subgraph-tvl-apy] change urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Cast0001 committed Sep 24, 2024
1 parent c7c656f commit 032219f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/parser/helpers/requests/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ import type { SupportedNetworks } from '../../types'


export const urls: Record<SupportedNetworks, string> = {
'holesky': 'https://graphs.stakewise.io/holesky/subgraphs/name/stakewise/prod',
// TODO replace with https://graphs.stakewise.io/mainnet/subgraphs/name/stakewise/prod
'mainnet': 'https://graphs.stakewise.io/mainnet-stage/subgraphs/name/stakewise/prod',
'gnosis': 'https://gnosis-graph.stakewise.io/subgraphs/name/stakewise/stakewise',
'chiado': 'https://chiado-graph.stakewise.io/subgraphs/name/stakewise/stakewise',
'holesky': 'https://graphs.stakewise.io/mainnet/subgraphs/name/stakewise/prod',
'mainnet': 'https://graphs.stakewise.io/holesky/subgraphs/name/stakewise/prod',
'gnosis': 'https://graphs.stakewise.io/gnosis/subgraphs/name/stakewise/prod',
'chiado': 'https://graphs.stakewise.io/chiado/subgraphs/name/stakewise/prod',
}

0 comments on commit 032219f

Please sign in to comment.