11 lines
271 B
TypeScript
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' },
|
|
]
|