fix: gas limit for cDAI

This commit is contained in:
nikdementev 2021-05-31 14:09:53 +03:00 committed by 0xZick 地方分権化
parent 85fd5af608
commit 2da481cf16
3 changed files with 3 additions and 2 deletions

View file

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