This commit is contained in:
Alexey 2020-08-04 10:41:58 +03:00
parent 2d478c5108
commit d1da1dd0e7
1 changed files with 1 additions and 1 deletions

View File

@ -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/',