Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 429 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 429 Bytes

Add data into ./app/revData.ts

Data structure array of:

{
    week: number;
    totalMigratedPartnerPoints: number;
    totalPartnerPoints: number;
    totalStakedPoints: number;
    totalUnstakedPoints: number;
    totalRewardedPoints: number;
    freeLoansBanxPoints: number;
    claimedShare: number;
    claimedSol: number;
    unclaimedShare: number;
    ratioPerPoint: number;
}
npm install
npm  run dev