mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-17 18:40:12 -04:00
new miner address; getInstances fix
This commit is contained in:
parent
a59fdcb2d5
commit
69a528795e
2 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@ let config = {
|
|||
rpcUrl: process.env.RPC_URL || 'https://kovan.infura.io/',
|
||||
oracleRpcUrl: process.env.ORACLE_RPC_URL || 'https://mainnet.infura.io/',
|
||||
oracleAddress: '0xA2b8E7ee7c8a18ea561A5CF7C9C365592026E374',
|
||||
minerAddress: '0x4c4C5cCC263A4531b90042561523c4a1Ad571751',
|
||||
minerAddress: '0x0834DeaFD83130AE1867173919f693070DaE6eeD',
|
||||
minerMerkleTreeHeight: 10,
|
||||
privateKey: process.env.PRIVATE_KEY,
|
||||
instances: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue