fix: prices oracle

This commit is contained in:
nikdementev 2021-06-19 23:03:18 +03:00 committed by 0xZick 地方分権化
parent 2da481cf16
commit fa77997896
4 changed files with 173 additions and 4 deletions

View file

@ -8,7 +8,7 @@ module.exports = {
httpRpcUrl: process.env.HTTP_RPC_URL,
wsRpcUrl: process.env.WS_RPC_URL,
oracleRpcUrl: process.env.ORACLE_RPC_URL || 'https://mainnet.infura.io/',
offchainOracleAddress: '0x080AB73787A8B13EC7F40bd7d00d6CC07F9b24d0',
offchainOracleAddress: '0x07D91f5fb9Bf7798734C3f606dB065549F6893bb',
aggregatorAddress: process.env.AGGREGATOR,
minerMerkleTreeHeight: 20,
privateKey: process.env.PRIVATE_KEY,