Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Enable fiat multi-currency #689

Open
jurajpiar opened this issue Feb 1, 2021 · 0 comments
Open

Enable fiat multi-currency #689

jurajpiar opened this issue Feb 1, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jurajpiar
Copy link
Member

As an initial requirement add in src/models/Fiat.ts:

  1. to SYSTEM_SUPPORTED_FIAT
  eur = 'eur',
  ars = 'ars',
  cny = 'cny',
  krw = 'krw',
  jpy = 'jpy',
  1. to type SupportedFiatSymbol
  | SYSTEM_SUPPORTED_FIAT.eur
  | SYSTEM_SUPPORTED_FIAT.ars
  | SYSTEM_SUPPORTED_FIAT.cny
  | SYSTEM_SUPPORTED_FIAT.krw
  | SYSTEM_SUPPORTED_FIAT.jpy
@jurajpiar jurajpiar added the enhancement New feature or request label Feb 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant