antoncoding/monarch

View on GitHub
app/markets/components/constants.ts

Summary

Maintainability
A
0 mins
Test Coverage
export enum SortColumn {
  LoanAsset = 1,
  CollateralAsset = 2,
  LLTV = 3,
  Reward = 4,
  Supply = 5,
  Borrow = 6,
  SupplyAPY = 7,
}