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

@ -1,6 +1,6 @@
{
"name": "relay",
"version": "4.0.16",
"version": "4.0.17",
"description": "Relayer for Tornado.cash privacy solution. https://tornado.cash",
"scripts": {
"server": "node src/server.js",

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,
},