feat: add constant for eth per validator
This commit is contained in:
parent
507e54b557
commit
b532d6e3a3
|
@ -15,3 +15,5 @@ export const BAD_NETWORK_TEXT = 'Network Latency is high.'
|
|||
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
|
Loading…
Reference in New Issue