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 ecbd90a commit f8cb27eCopy full SHA for f8cb27e
config.js
@@ -1,12 +1,12 @@
1
require('dotenv').config()
2
3
module.exports = {
4
- version: 2.6,
+ version: 2.7,
5
netId: Number(process.env.NET_ID) || 42,
6
redisUrl: process.env.REDIS_URL,
7
rpcUrl: process.env.RPC_URL || 'https://kovan.infura.io/',
8
oracleRpcUrl: process.env.ORACLE_RPC_URL || 'https://mainnet.infura.io/',
9
- oracleAddress: '0xB5eE7907FF5f4c1FC9086Fc117E6c397431F39ad',
+ oracleAddress: '0xA2b8E7ee7c8a18ea561A5CF7C9C365592026E374',
10
privateKey: process.env.PRIVATE_KEY,
11
mixers: {
12
netId1: {
0 commit comments