diff --git a/src/constants.ts b/src/constants.ts index 6ec96112..f7ebd06b 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -175,6 +175,7 @@ export const WINDOWS = 'Windows' export const LINUX = 'Linux' export const INITIAL_CURRENCY = 'usd' +export const LOADING = 'Loading...' export const DEPOSIT_SUBTITLE = 'Connect you Wallet to stake required ETH for new validators'