Skip to content

stellaxyz/arb-stip-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
  }
]

About

Static files for Stella's ARB STIP info

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published