fix: bump cdai gas limit

This commit is contained in:
nikdementev 2021-07-30 20:39:03 +03:00
parent a46afed752
commit cc0a252040
No known key found for this signature in database
GPG key ID: 769B05D57CF16FE2
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ module.exports = {
tornadoGoerliProxy: '0x454d870a72e29d5E5697f635128D18077BD04C60',
gasLimits: {
[jobType.TORNADO_WITHDRAW]: 390000,
WITHDRAW_WITH_EXTRA: 480000,
WITHDRAW_WITH_EXTRA: 550000,
[jobType.MINING_REWARD]: 455000,
[jobType.MINING_WITHDRAW]: 400000,
},