mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-10 15:20:27 -04:00
priceWatcher oracle fix
This commit is contained in:
parent
582af773e6
commit
c915c97b85
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const {
|
||||||
logRelayerError,
|
logRelayerError,
|
||||||
} = require('./utils')
|
} = require('./utils')
|
||||||
const { redis } = require('./modules/redis')
|
const { redis } = require('./modules/redis')
|
||||||
const web3 = require('./modules/web3')()
|
const web3 = require('./modules/web3')('oracle')
|
||||||
|
|
||||||
const offchainOracleABI = require('../abis/OffchainOracle.abi.json')
|
const offchainOracleABI = require('../abis/OffchainOracle.abi.json')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue