mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-21 20:28:21 -04:00
onchain prices
This commit is contained in:
parent
9e2eef492a
commit
91b97e0276
7 changed files with 80 additions and 28 deletions
|
@ -1,10 +1,12 @@
|
|||
require('dotenv').config()
|
||||
|
||||
module.exports = {
|
||||
version: '1.0',
|
||||
version: '1.1',
|
||||
netId: Number(process.env.NET_ID) || 42,
|
||||
redisUrl: process.env.REDIS_URL,
|
||||
rpcUrl: process.env.RPC_URL || 'https://kovan.infura.io/v3/a3f4d001c1fc4a359ea70dd27fd9cb51',
|
||||
rpcUrl: process.env.RPC_URL || 'https://kovan.infura.io/',
|
||||
oracleRpcUrl: process.env.ORACLE_RPC_URL || 'https://mainnet.infura.io/',
|
||||
oracleAddress: '0x5c4c5622670423b8ee5F3A02F505D139fbAfb618',
|
||||
privateKey: process.env.PRIVATE_KEY,
|
||||
mixers: {
|
||||
netId1: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue