feat(constants): create constant depositStatusSteps

This commit is contained in:
Hristo Nedelkov 2024-02-01 21:15:27 +02:00
parent 4248bba928
commit 34d2843e90

View File

@ -43,6 +43,12 @@ export const FORM_STEPS = [
{ label: 'Deposit', subtitle: 'Stake your ETH' },
{ label: 'Activation', subtitle: 'Complete Setup' },
]
export const DepositStatusSteps = [
{ label: 'Deposit' },
{ label: 'Pending' },
{ label: 'Active' },
{ label: 'Exit' },
]
export const ADVISORY_TOPICS: {
[key: string]: string[]
} = {