mars-v2-frontend/src/constants/pages.ts
2024-02-19 14:46:15 +01:00

11 lines
271 B
TypeScript

export const LEND_AND_BORROW_TABS: Tab[] = [
{ page: 'lend', name: 'Lend' },
{ page: 'borrow', name: 'Borrow' },
{ page: 'farm', name: 'Farm' },
]
export const HLS_TABS: Tab[] = [
{ page: 'hls-staking', name: 'Staking' },
{ page: 'hls-farm', name: 'Farm' },
]