3 Commits

Author SHA1 Message Date
f828de7979 update etc 2025-06-09 16:08:45 +03:00
9e3774aaca add etc proxyLight 2025-06-08 16:44:24 +03:00
49169b059b Update src/constants.js 2025-06-08 16:30:50 +03:00
2 changed files with 10 additions and 1 deletions

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
}

View File

@@ -24,6 +24,15 @@ const networkConfig = {
},
nativeCurrency: 'bnb',
},
netId61: {
gasPrices: {
instant: 1,
fast: 1,
standard: 1,
low: 1,
},
nativeCurrency: 'etc',
},
netId10: {
gasPrices: {
instant: 0.001,