Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 877 Bytes

File metadata and controls

13 lines (9 loc) · 877 Bytes

2023-02-15 - Single Recipient Gauge Factory V2

Deployment of the SingleRecipientGaugeFactory, for liquidity gauges which forward their entire BAL allowance onto a single address. This version adds a weight cap to single recipient gauges, and supersedes single recipient gauge factory V1.

Additionally, this version also supports the recipient implementing the depositToken function (from the FeeDistributor interface), directly depositing the tokens in such a distributor instead of requiring a manual step after minting.

Useful Files