From 5d112e40b8ed72d014e1b7cae9d0e9eb6ba35d32 Mon Sep 17 00:00:00 2001 From: Adam Goth Date: Sun, 4 Aug 2024 20:37:18 +0200 Subject: [PATCH] Update API domain name --- codegen.yml | 2 +- modules/gql/gql.constants.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/codegen.yml b/codegen.yml index 3d75adba4..69d76053a 100644 --- a/codegen.yml +++ b/codegen.yml @@ -1,5 +1,5 @@ overwrite: true -schema: 'https://polling-db-prod.makerdux.com/api/v1' +schema: 'https://polling-db-prod.makerdao.com/api/v1' # documents: 'src/**/*.graphql' generates: modules/gql/generated/graphql.tsx: diff --git a/modules/gql/gql.constants.ts b/modules/gql/gql.constants.ts index 5b31653f8..99de022c1 100644 --- a/modules/gql/gql.constants.ts +++ b/modules/gql/gql.constants.ts @@ -8,9 +8,9 @@ SPDX-License-Identifier: AGPL-3.0-or-later /* Spock URLs */ export const LOCAL_SPOCK_URL = 'http://localhost:3001/v1'; -export const STAGING_MAINNET_SPOCK_URL = 'https://pollingdb2-mainnet-staging.makerdux.com/api/v1'; -export const MAINNET_SPOCK_URL = 'https://pollingdb2-mainnet-prod.makerdux.com/api/v1'; -export const TENDERLY_SPOCK_URL = 'https://pollingdb2-tenderly-staging.makerdux.com/api/v1'; +export const STAGING_MAINNET_SPOCK_URL = 'https://pollingdb2-mainnet-staging.makerdao.com/api/v1'; +export const MAINNET_SPOCK_URL = 'https://pollingdb2-mainnet-prod.makerdao.com/api/v1'; +export const TENDERLY_SPOCK_URL = 'https://pollingdb2-tenderly-staging.makerdao.com/api/v1'; export enum QueryFilterNames { Active = 'active',