increase gas limit

This commit is contained in:
Danil Kovtonyuk 2021-03-10 04:13:51 +10:00
parent 215f2ad1e2
commit 66082a8fbc
3 changed files with 4 additions and 2 deletions

View file

@ -20,7 +20,7 @@ module.exports = {
rewardAccount: process.env.REWARD_ACCOUNT,
tornadoGoerliProxy: '0x454d870a72e29d5E5697f635128D18077BD04C60',
gasLimits: {
[jobType.TORNADO_WITHDRAW]: 350000,
[jobType.TORNADO_WITHDRAW]: 390000,
[jobType.MINING_REWARD]: 455000,
[jobType.MINING_WITHDRAW]: 400000,
},