mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-17 10:30:40 -04:00
refactor + coingecko
This commit is contained in:
parent
db35a0cbcc
commit
b5609c30c5
10 changed files with 3399 additions and 124 deletions
|
@ -14,6 +14,7 @@ module.exports = {
|
|||
} ],
|
||||
defaultGasPrice: 2,
|
||||
gasOracleUrls: ['https://www.etherchain.org/api/gasPriceOracle', 'https://gasprice.poa.network/'],
|
||||
ethdaiAddress: '0x7Ef645705cb7D401C5CD91a395cfcc3Db3C93689',
|
||||
port: process.env.APP_PORT
|
||||
port: process.env.APP_PORT,
|
||||
//dai
|
||||
tokens: ['0x6b175474e89094c44da98b954eedeac495271d0f']
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue