fix to number
This commit is contained in:
parent
18a801093e
commit
37ced4e77f
@ -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/',
|
||||
|
Loading…
Reference in New Issue
Block a user