update status
This commit is contained in:
parent
0c3c5d1407
commit
97e7a4376c
@ -1,7 +1,7 @@
|
|||||||
const queue = require('./queue')
|
const queue = require('./queue')
|
||||||
const { GasPriceOracle } = require('gas-price-oracle')
|
const { GasPriceOracle } = require('gas-price-oracle')
|
||||||
const gasPriceOracle = new GasPriceOracle()
|
const gasPriceOracle = new GasPriceOracle()
|
||||||
const { netId, relayerServiceFee, instances } = require('../config')
|
const { netId, tornadoServiceFee, miningServiceFee, instances } = require('../config')
|
||||||
const { version } = require('../package.json')
|
const { version } = require('../package.json')
|
||||||
|
|
||||||
async function status(req, res) {
|
async function status(req, res) {
|
||||||
@ -18,7 +18,8 @@ async function status(req, res) {
|
|||||||
gasPrices: await gasPriceOracle.gasPrices(),
|
gasPrices: await gasPriceOracle.gasPrices(),
|
||||||
netId,
|
netId,
|
||||||
ethPrices,
|
ethPrices,
|
||||||
relayerServiceFee,
|
tornadoServiceFee,
|
||||||
|
miningServiceFee,
|
||||||
nonce: 123,
|
nonce: 123,
|
||||||
version,
|
version,
|
||||||
latestBlock: 12312312,
|
latestBlock: 12312312,
|
||||||
|
Loading…
Reference in New Issue
Block a user