fix: gas limit

This commit is contained in:
Danil Kovtonyuk 2022-02-22 04:33:26 +10:00
parent 2f79125dd1
commit 49a90872a2
No known key found for this signature in database
GPG Key ID: E72A919BF08C3746
2 changed files with 2 additions and 2 deletions

View File

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

View File

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