new contract
This commit is contained in:
parent
475a1ccf26
commit
918c5b0f7a
@ -1,6 +1,4 @@
|
|||||||
NET_ID=42
|
NET_ID=42
|
||||||
RPC_URL=https://kovan.infura.io/v3/a3f4d001c1fc4a359ea70dd27fd9cb51
|
RPC_URL=https://kovan.infura.io/v3/a3f4d001c1fc4a359ea70dd27fd9cb51
|
||||||
PRIVATE_KEY=
|
PRIVATE_KEY=
|
||||||
MIXER_ADDRESS=0x5375776Da34366b9A4C8a44F6303B44b5Ee2F07a
|
MIXER_ADDRESS=0xBDee9B99f044b8C0bDD45c4560c9653028da586B
|
||||||
# in wei
|
|
||||||
DESIRED_FEE=10000000000000000
|
|
@ -5,7 +5,6 @@ module.exports = {
|
|||||||
rpcUrl: process.env.RPC_URL || 'https://kovan.infura.io/v3/a3f4d001c1fc4a359ea70dd27fd9cb51',
|
rpcUrl: process.env.RPC_URL || 'https://kovan.infura.io/v3/a3f4d001c1fc4a359ea70dd27fd9cb51',
|
||||||
privateKey: process.env.PRIVATE_KEY,
|
privateKey: process.env.PRIVATE_KEY,
|
||||||
mixerAddress: process.env.MIXER_ADDRESS,
|
mixerAddress: process.env.MIXER_ADDRESS,
|
||||||
desiredFee: process.env.DESIRED_FEE || 10000000000000000, // 0.01 ETH
|
|
||||||
defaultGasPrice: 2,
|
defaultGasPrice: 2,
|
||||||
gasOracleUrls: ['https://www.etherchain.org/api/gasPriceOracle', 'https://gasprice.poa.network/']
|
gasOracleUrls: ['https://www.etherchain.org/api/gasPriceOracle', 'https://gasprice.poa.network/']
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user