fix(constants): remove currencies and add initial currency

This commit is contained in:
RadoslavDimchev 2024-04-19 17:24:56 +03:00 committed by Emil Ivanichkov
parent aca735c33a
commit 3f50727277
1 changed files with 2 additions and 5 deletions

View File

@ -174,11 +174,8 @@ export const MAC = 'MacOS'
export const WINDOWS = 'Windows'
export const LINUX = 'Linux'
// for now, this will be constant values
export const CURRENCIES = {
USD: 1583.42,
EUR: 1323.61,
}
export const INITIAL_CURRENCY = 'usd'
export const DEPOSIT_SUBTITLE =
'Connect you Wallet to stake required ETH for new validators'
export const CLIENT_SETUP_SUBTITLE =