mars-interface/src/constants/defaults.ts
Linkie Link 04537f8ad8
v1.1.0
2023-02-03 20:30:14 +01:00

30 lines
431 B
TypeScript

export const DEFAULT_POSITION: Position = {
status: 'active',
accountId: '1',
amounts: {
primary: 0,
secondary: 0,
borrowed: 0,
lp: {
amount: '0',
primary: 0,
secondary: 0,
},
vault: '0',
},
values: {
primary: 0,
secondary: 0,
borrowed: 0,
total: 0,
net: 0,
},
apy: {
borrow: 5.2,
net: 7.7,
total: 19,
},
ltv: 0.5,
currentLeverage: 1,
}