From d1da1dd0e7d3c653a8377d2dcf8aa644047e52a3 Mon Sep 17 00:00:00 2001 From: Alexey Date: Tue, 4 Aug 2020 10:41:58 +0300 Subject: [PATCH] bump --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index d0f2fa6..2600433 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,7 @@ require('dotenv').config() module.exports = { - version: 2.9, + version: 3.0, netId: Number(process.env.NET_ID) || 42, redisUrl: process.env.REDIS_URL, rpcUrl: process.env.RPC_URL || 'https://kovan.infura.io/',