Method: CoinSync::Config#base_cryptocurrencies
- Defined in:
- lib/coinsync/config.rb
#base_cryptocurrencies ⇒ Object
57 58 59 |
# File 'lib/coinsync/config.rb', line 57 def base_cryptocurrencies settings['base_cryptocurrencies'] || ['USDT', 'BTC', 'ETH', 'BNB', 'KCS', 'LTC', 'BCH', 'NEO'] end |