From 37ced4e77f0a823840953d7647029bcb5563a594 Mon Sep 17 00:00:00 2001 From: Roman Storm Date: Fri, 13 Mar 2020 11:26:54 -0700 Subject: [PATCH] fix to number --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index da039b8..cc29bca 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,7 @@ require('dotenv').config() module.exports = { - version: '2.3', + version: 2.3, netId: Number(process.env.NET_ID) || 42, redisUrl: process.env.REDIS_URL, rpcUrl: process.env.RPC_URL || 'https://kovan.infura.io/',