1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-06-30 13:42:01 +02:00
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',
oceanTokenContract: '0x985dd3D42De1e256d09e1c10F112bCCB8015AD41'
}