BlueWallet/models/fiatUnit.js
2018-12-24 01:14:53 -05:00

5 lines
232 B
JavaScript

export const FiatUnit = Object.freeze({
USD: { endPointKey: 'btcusd', storageKey: 'BTC_USD', formatterValue: 'USD', symbol: '$' },
EUR: { endPointKey: 'btceur', storageKey: 'BTC_EUR', formatterValue: 'EUR', symbol: '€' },
});