Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Update staging and prod spock URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgoth committed Sep 28, 2021
1 parent 80a7f9e commit fb4beaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dai-plugin-governance/src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ export const ZERO_ADDRESS = '0x0000000000000000000000000000000000000000';
export const LOCAL_URL = 'http://localhost:3001/v1';
export const KOVAN_URL = 'https://staging-gov-db.makerfoundation.com/api/v1';
export const STAGING_MAINNET_URL =
'https://qa-gov-db.makerfoundation.com/api/v1';
export const MAINNET_URL = 'https://gov-db.makerfoundation.com/api/v1';
'https://polling-db-staging.makerdux.com/api/v1';
export const MAINNET_URL = 'https://polling-db-prod.makerdux.com/api/v1';

0 comments on commit fb4beaa

Please sign in to comment.