mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-15 09:35:59 -04:00
feat: add env baseFeeReserve variable
This commit is contained in:
parent
82e5f4ee70
commit
8f5b673f3b
4 changed files with 10 additions and 1 deletions
|
@ -26,4 +26,5 @@ module.exports = {
|
|||
[jobType.MINING_WITHDRAW]: 400000,
|
||||
},
|
||||
minimumBalance: '1000000000000000000',
|
||||
baseFeeReserve: Number(process.env.BASE_FEE_RESERVE_PERCENTAGE),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue