mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-11-12 17:12:30 -05:00
init
This commit is contained in:
commit
c349ed8bb6
8 changed files with 5300 additions and 0 deletions
11
env.json.example
Normal file
11
env.json.example
Normal 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/"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue