This commit is contained in:
Alexey 2019-07-18 15:43:26 +03:00
commit c349ed8bb6
8 changed files with 5300 additions and 0 deletions

11
env.json.example Normal file
View file

@ -0,0 +1,11 @@
{
"netId": 42,
"rpcUrl": "https://kovan.infura.io/v3/a3f4d001c1fc4a359ea70dd27fd9cb51",
"privateKey": "",
"mixerAddress": "0x30AF2e92263C5387A8A689322BbfE60b6B0855C4",
"defaultGasPrice": 1,
"gasOracleUrls": [
"https://www.etherchain.org/api/gasPriceOracle",
"https://gasprice.poa.network/"
]
}