From d515816ec3b7d1f261671b674aa88af55cd13891 Mon Sep 17 00:00:00 2001 From: Ramiro Vazquez Date: Wed, 15 Apr 2020 09:46:03 -0300 Subject: [PATCH] comment out unused variable --- src/utils/makerdao.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/makerdao.ts b/src/utils/makerdao.ts index c8abeb5..4920809 100644 --- a/src/utils/makerdao.ts +++ b/src/utils/makerdao.ts @@ -3,7 +3,7 @@ import BigNumber from 'bignumber.js' import { getUnixTime } from 'date-fns' const Hash = require('ipfs-only-hash') -const network = 'mainnet' +// const network = 'mainnet' const prod = 'https://cms-gov.makerfoundation.com' const topicsPath = 'content/governance-dashboard' const spellsPath = 'content/all-spells'