1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-11-22 01:36:58 +01:00
blowfish/src/config.js

6 lines
158 B
JavaScript

module.exports = {
conversions: ['eur', 'usd', 'btc', 'eth'],
refreshInterval: '1m',
oceanTokenContract: '0x967da4048cD07aB37855c090aAF366e4ce1b9F48'
}