mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2024-10-01 08:25:37 -04:00
priceWatcher oracle fix
This commit is contained in:
parent
582af773e6
commit
c915c97b85
@ -8,7 +8,7 @@ const {
|
||||
logRelayerError,
|
||||
} = require('./utils')
|
||||
const { redis } = require('./modules/redis')
|
||||
const web3 = require('./modules/web3')()
|
||||
const web3 = require('./modules/web3')('oracle')
|
||||
|
||||
const offchainOracleABI = require('../abis/OffchainOracle.abi.json')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user