From b532d6e3a308f0e9698face4a0d077a1642f6181 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Tue, 26 Sep 2023 19:52:45 +0300 Subject: [PATCH] feat: add constant for eth per validator --- src/constants.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/constants.ts b/src/constants.ts index caf61c22..6cd8e260 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -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 \ No newline at end of file