reduce gas limits

This commit is contained in:
Alexey 2021-02-15 14:07:15 +03:00 committed by Alexey Pertsev
parent 0f8d1cf010
commit fe98799786
2 changed files with 4 additions and 4 deletions

View file

@ -20,8 +20,8 @@ module.exports = {
rewardAccount: process.env.REWARD_ACCOUNT,
gasLimits: {
[jobType.TORNADO_WITHDRAW]: 350000,
[jobType.MINING_REWARD]: 800000,
[jobType.MINING_WITHDRAW]: 800000,
[jobType.MINING_REWARD]: 455000,
[jobType.MINING_WITHDRAW]: 400000,
},
minimumBalance: 1000000000000000000,
minimumBalance: '1000000000000000000',
}