UXDProtocol / uxd-program

Implementation of a program that manages on chain accounts to mint and redeem Redeemables tokens (UXD), hedged by a delta neutral position on underlying DEXes.
https://uxd.fi/
Other
21 stars 5 forks source link

[Controller] Remove the need to register depositories #306

Closed crypto-vincent closed 11 months ago

crypto-vincent commented 11 months ago

Originally reported by @acamill , we could deprecate the use of "registered" depositories, and instead only enable mint/redeem for the router configured depositories instead, this would avoid having to "double register" both for the controller and for the router each depositories

acamill commented 11 months ago

Tempting 😆