mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2024-10-01 08:25:37 -04:00
update status
This commit is contained in:
parent
0c3c5d1407
commit
97e7a4376c
@ -1,7 +1,7 @@
|
||||
const queue = require('./queue')
|
||||
const { GasPriceOracle } = require('gas-price-oracle')
|
||||
const gasPriceOracle = new GasPriceOracle()
|
||||
const { netId, relayerServiceFee, instances } = require('../config')
|
||||
const { netId, tornadoServiceFee, miningServiceFee, instances } = require('../config')
|
||||
const { version } = require('../package.json')
|
||||
|
||||
async function status(req, res) {
|
||||
@ -18,7 +18,8 @@ async function status(req, res) {
|
||||
gasPrices: await gasPriceOracle.gasPrices(),
|
||||
netId,
|
||||
ethPrices,
|
||||
relayerServiceFee,
|
||||
tornadoServiceFee,
|
||||
miningServiceFee,
|
||||
nonce: 123,
|
||||
version,
|
||||
latestBlock: 12312312,
|
||||
|
Loading…
Reference in New Issue
Block a user