mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-06 05:14:26 -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,
|
||||
} = 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…
Add table
Add a link
Reference in a new issue