Axis-Fi / axis-core

Axis Protocol
https://axis.finance
Other
3 stars 0 forks source link

Callbacks: Support for allowlist with defined per-wallet caps #191

Closed 0xJem closed 3 weeks ago

0xJem commented 1 month ago

Instead of a single cap for each wallet, support an allowlist that defines a cap for each wallet

e.g. currently walletA, walletB have the same cap of Y tokens

Instead, support walletA having a cap of C tokens, walletB having a cap of D tokens

0xJem commented 1 month ago

Implemented in #156

We can implement a generic version

Oighty commented 3 weeks ago

Generic version implemented in #199