add etc #11

Closed
nanli777torn wants to merge 3 commits from nanli777torn/tornado-relayer:sidechain-v5 into sidechain-v5
Showing only changes of commit 9e3774aaca - Show all commits

View File

@ -21,7 +21,7 @@ module.exports = {
tornadoServiceFee: Number(process.env.RELAYER_FEE),
rewardAccount: process.env.REWARD_ACCOUNT,
gasPrices,
proxyLight,
proxyLight: netId == 61 ? '0xac97AB4fBd872ea762974CbBB0Ee72351afe16F3' : proxyLight,
nativeCurrency,
minimumBalance: netId === 137 || netId === 43114 ? '10000000000000000000' : '100000000000000000', // 10 or 0.1
}