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-08-22 00:13:38 +02:00
oceanTokenContract: '0x7AFeBBB46fDb47ed17b22ed075Cde2447694fB9e'
2019-05-05 13:34:21 +02:00
}