This repository store static files for Stella's ARB STIP info: ARB rewards data for lending and strategy in each period.
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
}
]
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
}
]