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

New spock urls #291

Merged
merged 2 commits into from
Oct 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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';