mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-10 10:26:53 +00:00
feat(constants): create constant depositStatusSteps
This commit is contained in:
parent
4248bba928
commit
34d2843e90
@ -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[]
|
||||
} = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user