From cb6cd89665c63713c6334d459575d5075b7329e0 Mon Sep 17 00:00:00 2001 From: Roman Storm Date: Thu, 16 Jul 2020 18:47:39 -0700 Subject: [PATCH] bump --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 5c37f5b..d0f2fa6 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,7 @@ require('dotenv').config() module.exports = { - version: 2.8, + version: 2.9, netId: Number(process.env.NET_ID) || 42, redisUrl: process.env.REDIS_URL, rpcUrl: process.env.RPC_URL || 'https://kovan.infura.io/',