feat: add constants for OS

This commit is contained in:
RadoslavDimchev 2023-10-23 19:04:22 +03:00
parent 05a45bcc70
commit 1532f79d0e
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ export const KEYSTORE_FILES = 'KeystoreFiles'
export const RECOVERY_PHRASE = 'Recovery Phrase'
export const BOTH_KEY_AND_RECOVERY = 'Both KeystoreFiles & Recovery Phrase'
export const ETH_PER_VALIDATOR = 32
export const MAC = 'Mac'
export const WINDOWS = 'Windows'
export const LINUX = 'Linux'
// for now, this will be constant values
export const CURRENCIES = {