mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-15 09:35:59 -04:00
increase gas limit
This commit is contained in:
parent
215f2ad1e2
commit
66082a8fbc
3 changed files with 4 additions and 2 deletions
|
@ -20,7 +20,7 @@ module.exports = {
|
|||
rewardAccount: process.env.REWARD_ACCOUNT,
|
||||
tornadoGoerliProxy: '0x454d870a72e29d5E5697f635128D18077BD04C60',
|
||||
gasLimits: {
|
||||
[jobType.TORNADO_WITHDRAW]: 350000,
|
||||
[jobType.TORNADO_WITHDRAW]: 390000,
|
||||
[jobType.MINING_REWARD]: 455000,
|
||||
[jobType.MINING_WITHDRAW]: 400000,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue