diff --git a/src/store/state/types.ts b/src/store/state/types.ts index 321a9246..bed2386d 100644 --- a/src/store/state/types.ts +++ b/src/store/state/types.ts @@ -32,7 +32,9 @@ export const availableCurrencies = [ 'HUF', 'PLN', 'CRC', - 'IDR' + 'IDR', + 'RON', + 'MDL', ] as const; export type AvailableCurrency = (typeof availableCurrencies)[number];