mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-07 05:42:19 -04:00
wip
This commit is contained in:
parent
90cbde0840
commit
ca1eb0d6cf
6 changed files with 729560 additions and 122644 deletions
|
@ -9,9 +9,9 @@ module.exports = {
|
|||
wsRpcUrl: process.env.WS_RPC_URL,
|
||||
oracleRpcUrl: process.env.ORACLE_RPC_URL || 'https://mainnet.infura.io/',
|
||||
oracleAddress: '0xA2b8E7ee7c8a18ea561A5CF7C9C365592026E374',
|
||||
minerAddress: '0x96c7B5c39542bae92b3cD39392a81De514c6E698', // each network has its own instance
|
||||
swapAddress: '0xFc82977BfAEBE93486Ac42ac7c8Ea1043f9a3500',
|
||||
minerMerkleTreeHeight: 10,
|
||||
minerAddress: '0xB28038Cd60777aF2264F46C0009dC57975239B11', // each network has its own instance
|
||||
swapAddress: '0xec236719BEbfC1D303739FbE11Bf3a42aF1A41f4',
|
||||
minerMerkleTreeHeight: 20,
|
||||
privateKey: process.env.PRIVATE_KEY,
|
||||
instances: require('torn-token').instances,
|
||||
port: process.env.APP_PORT || 8000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue