check mining fee

This commit is contained in:
poma 2020-10-06 11:51:41 +03:00
parent 97e7a4376c
commit ae3044b6e9
No known key found for this signature in database
GPG key ID: BA20CB01FE165657
2 changed files with 21 additions and 1 deletions

View file

@ -157,6 +157,7 @@ let config = {
tornadoServiceFee: Number(process.env.REGULAR_TORNADO_WITHDRAW_FEE),
miningServiceFee: Number(process.env.MINING_SERVICE_FEE),
rewardAccount: '0x03Ebd0748Aa4D1457cF479cce56309641e0a98F5',
tornEthPrice: '7000000000000000',
gasLimits: {
[jobType.TORNADO_WITHDRAW]: 350000,
[jobType.MINING_REWARD]: 800000,