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

Commit

Permalink
New spock urls (#291)
Browse files Browse the repository at this point in the history
* dai-plugin-governance-v0.14.1-beta15

* Update staging and prod spock URLs
  • Loading branch information
adamgoth authored Oct 5, 2021
1 parent da7ad77 commit 24a83be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/dai-plugin-governance/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@makerdao/dai-plugin-governance",
"description": "A dai.js plugin for adding MKR governance support to dapps.",
"version": "0.14.1-beta9",
"version": "0.14.1-beta15",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
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 24a83be

Please sign in to comment.