delvtech / hyperdrive

An automated market maker for fixed and variable yield with on-demand terms.
Apache License 2.0
33 stars 4 forks source link

snARS Integration #1190

Closed jalextowle closed 1 month ago

jalextowle commented 1 month ago

Description

This PR adds the snARS integration. This yield source is a staking vault for the nARS stable coin. Some interesting things about this yield source are that asBase = true is not supported on withdrawal since the user will not receive adequate base (nARS is instead locked in an escrow contract, which we don't want to subject our users to).

jalextowle commented 1 month ago

Closed because these changes were incorporated into #1189