Skip to content

Commit 125e57a

Browse files
authored
Merge pull request #1230 from sky-ecosystem/pb/new-api
add new api domain
2 parents 26fa533 + 9e0a079 commit 125e57a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/gql/gql.constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ SPDX-License-Identifier: AGPL-3.0-or-later
88

99
/* Spock URLs */
1010
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';
11+
export const STAGING_MAINNET_SPOCK_URL = 'https://staging-gov-polling.sky.money/api/v1';
12+
export const MAINNET_SPOCK_URL = 'https://gov-polling.sky.money/api/v1';
13+
export const TENDERLY_SPOCK_URL = 'https://staging-gov-polling.sky.money/api/v1';
1414

1515
/* Subgraph URLs (Envio HyperIndex) */
1616

0 commit comments

Comments
 (0)