fix torn rate

This commit is contained in:
Danil Kovtonyuk 2021-02-10 03:14:37 +10:00 committed by Alexey Pertsev
parent 273603e981
commit c9ecd0a9e8
6 changed files with 12 additions and 7 deletions

View file

@ -17,7 +17,6 @@ module.exports = {
port: process.env.APP_PORT || 8000,
tornadoServiceFee: Number(process.env.REGULAR_TORNADO_WITHDRAW_FEE),
miningServiceFee: Number(process.env.MINING_SERVICE_FEE),
tornEthPrice: process.env.TORN_ETH_PRICE || '7000000000000000',
rewardAccount: process.env.REWARD_ACCOUNT,
gasLimits: {
[jobType.TORNADO_WITHDRAW]: 350000,