Change fee parameter naming for more clearance
This commit is contained in:
parent
fb2fbb89f3
commit
0a7e97e62e
@ -10,7 +10,7 @@ APP_PORT=8000
|
||||
# without 0x prefix
|
||||
PRIVATE_KEY=
|
||||
# 0.1 means 0.1%
|
||||
REGULAR_TORNADO_WITHDRAW_FEE=0.1
|
||||
RELAYER_FEE=0.1
|
||||
REWARD_ACCOUNT=
|
||||
CONFIRMATIONS=4
|
||||
|
||||
|
@ -18,7 +18,7 @@ module.exports = {
|
||||
privateKey: process.env.PRIVATE_KEY,
|
||||
instances,
|
||||
port: process.env.APP_PORT || 8000,
|
||||
tornadoServiceFee: Number(process.env.REGULAR_TORNADO_WITHDRAW_FEE),
|
||||
tornadoServiceFee: Number(process.env.RELAYER_FEE),
|
||||
rewardAccount: process.env.REWARD_ACCOUNT,
|
||||
gasPrices,
|
||||
gasLimits: {
|
||||
|
Loading…
Reference in New Issue
Block a user