From 34d2843e9018d0da2d42709ae11762f1d70352cc Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Thu, 1 Feb 2024 21:15:27 +0200 Subject: [PATCH] feat(constants): create constant depositStatusSteps --- src/constants.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/constants.ts b/src/constants.ts index 55b66778..08aecd3a 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -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[] } = {