blowfish/src/config.js

6 lines
153 B
JavaScript
Raw Normal View History

2019-05-05 13:34:21 +02:00
module.exports = {
2019-05-06 18:16:30 +02:00
prices: ['eur', 'usd', 'btc', 'eth'],
2019-05-05 13:34:21 +02:00
refreshInterval: '1m',
oceanTokenContract: '0x985dd3D42De1e256d09e1c10F112bCCB8015AD41'
}