add etc #12
@ -21,7 +21,7 @@ module.exports = {
|
|||||||
tornadoServiceFee: Number(process.env.RELAYER_FEE),
|
tornadoServiceFee: Number(process.env.RELAYER_FEE),
|
||||||
rewardAccount: process.env.REWARD_ACCOUNT,
|
rewardAccount: process.env.REWARD_ACCOUNT,
|
||||||
gasPrices,
|
gasPrices,
|
||||||
proxyLight,
|
proxyLight: netId == 61 ? '0xac97AB4fBd872ea762974CbBB0Ee72351afe16F3' : proxyLight,
|
||||||
nativeCurrency,
|
nativeCurrency,
|
||||||
minimumBalance: netId === 137 || netId === 43114 ? '10000000000000000000' : '100000000000000000', // 10 or 0.1
|
minimumBalance: netId === 137 || netId === 43114 ? '10000000000000000000' : '100000000000000000', // 10 or 0.1
|
||||||
}
|
}
|
||||||
|
|||||||
@ -24,6 +24,15 @@ const networkConfig = {
|
|||||||
},
|
},
|
||||||
nativeCurrency: 'bnb',
|
nativeCurrency: 'bnb',
|
||||||
},
|
},
|
||||||
|
netId61: {
|
||||||
|
gasPrices: {
|
||||||
|
instant: 1,
|
||||||
|
fast: 1,
|
||||||
|
standard: 1,
|
||||||
|
low: 1,
|
||||||
|
},
|
||||||
|
nativeCurrency: 'etc',
|
||||||
|
},
|
||||||
netId10: {
|
netId10: {
|
||||||
gasPrices: {
|
gasPrices: {
|
||||||
instant: 0.001,
|
instant: 0.001,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user