We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26fa533 + 9e0a079 commit 125e57aCopy full SHA for 125e57a
modules/gql/gql.constants.ts
@@ -8,9 +8,9 @@ SPDX-License-Identifier: AGPL-3.0-or-later
8
9
/* Spock URLs */
10
export const LOCAL_SPOCK_URL = 'http://localhost:3001/v1';
11
-export const STAGING_MAINNET_SPOCK_URL = 'https://staging-gov-polling.jetstream.gg/api/v1';
12
-export const MAINNET_SPOCK_URL = 'https://gov-polling.jetstream.gg/api/v1';
13
-export const TENDERLY_SPOCK_URL = 'https://pollingdb2-tenderly-staging.makerdao.com/api/v1';
+export const STAGING_MAINNET_SPOCK_URL = 'https://staging-gov-polling.sky.money/api/v1';
+export const MAINNET_SPOCK_URL = 'https://gov-polling.sky.money/api/v1';
+export const TENDERLY_SPOCK_URL = 'https://staging-gov-polling.sky.money/api/v1';
14
15
/* Subgraph URLs (Envio HyperIndex) */
16
0 commit comments