mirror of
https://github.com/tornadocash/tornado-relayer
synced 2024-02-02 15:04:06 +01: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