feat(constants): add loading text
This commit is contained in:
parent
89ddbe3ffb
commit
c55609b331
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue