feat: add env baseFeeReserve variable

This commit is contained in:
Danil Kovtonyuk 2021-09-08 17:37:49 +10:00
parent 82e5f4ee70
commit 8f5b673f3b
4 changed files with 10 additions and 1 deletions

View file

@ -26,4 +26,5 @@ module.exports = {
[jobType.MINING_WITHDRAW]: 400000,
},
minimumBalance: '1000000000000000000',
baseFeeReserve: Number(process.env.BASE_FEE_RESERVE_PERCENTAGE),
}