new contract

This commit is contained in:
Alexey 2019-07-24 18:37:46 +03:00
parent 475a1ccf26
commit 918c5b0f7a
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,4 @@
NET_ID=42
RPC_URL=https://kovan.infura.io/v3/a3f4d001c1fc4a359ea70dd27fd9cb51
PRIVATE_KEY=
MIXER_ADDRESS=0x5375776Da34366b9A4C8a44F6303B44b5Ee2F07a
# in wei
DESIRED_FEE=10000000000000000
MIXER_ADDRESS=0xBDee9B99f044b8C0bDD45c4560c9653028da586B

View File

@ -5,7 +5,6 @@ module.exports = {
rpcUrl: process.env.RPC_URL || 'https://kovan.infura.io/v3/a3f4d001c1fc4a359ea70dd27fd9cb51',
privateKey: process.env.PRIVATE_KEY,
mixerAddress: process.env.MIXER_ADDRESS,
desiredFee: process.env.DESIRED_FEE || 10000000000000000, // 0.01 ETH
defaultGasPrice: 2,
gasOracleUrls: ['https://www.etherchain.org/api/gasPriceOracle', 'https://gasprice.poa.network/']
}