diff --git a/src/constants.ts b/src/constants.ts index c41bc024..abf813f6 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -60,3 +60,6 @@ export const years = [ 'NOV', 'DEC', ] + +// Validator Management +export const VALIDATOR_TABS = ['Active', 'Pending', 'Inactive', 'Exited', 'Withdraw', 'All']