Skip to content

Commit

Permalink
Update API domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgoth committed Aug 4, 2024
1 parent c6a9614 commit 5d112e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion codegen.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 3 additions & 3 deletions modules/gql/gql.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5d112e4

Please sign in to comment.