diff --git a/src/parser/helpers/requests/urls.ts b/src/parser/helpers/requests/urls.ts index 6b1299a..d2c23e2 100644 --- a/src/parser/helpers/requests/urls.ts +++ b/src/parser/helpers/requests/urls.ts @@ -2,9 +2,8 @@ import type { SupportedNetworks } from '../../types' export const urls: Record = { - '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', }