issues
search
boostxyz
/
boost-protocol
A permissionless, trustless, and decentralized growth engine for protocol and application developers. It enables developers to bootstrap their projects by leveraging the power of community and the network effect.
https://boost-protocol.vercel.app
GNU General Public License v3.0
7
stars
3
forks
source link
feat: support max rewards in variable criteria incentives
#243
Closed
Quazia
closed
1 week ago
Quazia
commented
1 week ago
Description
We need to set and enforce a max reward in criteria incentives
Suggested Solution
Set max reward on init
If a reward would be greater than max reward - then make it max reward instead.
Description
We need to set and enforce a max reward in criteria incentives
Suggested Solution