We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d718bb commit cb6cd89Copy full SHA for cb6cd89
config.js
@@ -1,7 +1,7 @@
1
require('dotenv').config()
2
3
module.exports = {
4
- version: 2.8,
+ version: 2.9,
5
netId: Number(process.env.NET_ID) || 42,
6
redisUrl: process.env.REDIS_URL,
7
rpcUrl: process.env.RPC_URL || 'https://kovan.infura.io/',
0 commit comments