feat: add constants for OS
This commit is contained in:
parent
05a45bcc70
commit
1532f79d0e
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue