mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-15 17:40:18 -04:00
reduce gas limits
This commit is contained in:
parent
0f8d1cf010
commit
fe98799786
2 changed files with 4 additions and 4 deletions
|
@ -20,8 +20,8 @@ module.exports = {
|
|||
rewardAccount: process.env.REWARD_ACCOUNT,
|
||||
gasLimits: {
|
||||
[jobType.TORNADO_WITHDRAW]: 350000,
|
||||
[jobType.MINING_REWARD]: 800000,
|
||||
[jobType.MINING_WITHDRAW]: 800000,
|
||||
[jobType.MINING_REWARD]: 455000,
|
||||
[jobType.MINING_WITHDRAW]: 400000,
|
||||
},
|
||||
minimumBalance: 1000000000000000000,
|
||||
minimumBalance: '1000000000000000000',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue