blowfish/src/config.js

6 lines
158 B
JavaScript
Raw Normal View History

2019-05-05 13:34:21 +02:00
module.exports = {
2019-05-25 02:33:54 +02:00
conversions: ['eur', 'usd', 'btc', 'eth'],
2019-05-05 13:34:21 +02:00
refreshInterval: '1m',
2020-09-28 11:59:04 +02:00
oceanTokenContract: '0x967da4048cD07aB37855c090aAF366e4ce1b9F48'
2019-05-05 13:34:21 +02:00
}