diff --git a/.env.example b/.env.example index e7cef8f..e106a3e 100644 --- a/.env.example +++ b/.env.example @@ -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 \ No newline at end of file +MIXER_ADDRESS=0xBDee9B99f044b8C0bDD45c4560c9653028da586B \ No newline at end of file diff --git a/config.js b/config.js index 0348498..0864fc9 100644 --- a/config.js +++ b/config.js @@ -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/'] } \ No newline at end of file