bump version

This commit is contained in:
Roman Storm 2020-03-30 23:23:38 -07:00
parent 7efc2acc36
commit 733dae4bb5
No known key found for this signature in database
GPG Key ID: 522F2A785F34E71F
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
require('dotenv').config()
module.exports = {
version: 2.3,
version: 2.4,
netId: Number(process.env.NET_ID) || 42,
redisUrl: process.env.REDIS_URL,
rpcUrl: process.env.RPC_URL || 'https://kovan.infura.io/',