Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 930 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 930 Bytes

Stella's ARB STIP Info

This repository store static files for Stella's ARB STIP info: ARB rewards data for lending and strategy in each period.

Lending Reward

Show amount of ARB STIP reward being distributed to each Stella's lending pool in each period.

JSON File: lending-reward.json

Schema:

[ 
  {
    "period": number,
    "startTimestamp": number,
    "endTimestamp": number,
    "amount": number,
    "poolAddress": string
  }
]

Strategy Reward

Show amount of ARB STIP reward being distributed to Stella's strategy in each period.

JSON File: strategy-reward.json

Schema:

[ 
  {
    "period": number,
    "startTimestamp": number,
    "endTimestamp": number,
    "amount": number
  }
]