@hifi/proxy-target@1.7.0
PaulRBerg
released this
08 Mar 17:26
·
185 commits
to main
since this release
Added
- An
underlyingAmount
argument toredeem
function.
Changed
- Improve wording in README and NatSpec comments.
- Rewrite the proxy target to conform to the latest API of the Hifi protocol.
- Upgrade to
@hifi/amm
v1.8.2. - Upgrade to
@hifi/protocol
v1.8.2. - Upgrade to
@openzeppelin/contracts-upgradeable
v4.5.2. - The
redeemHToken
function and its derivatives intoredeem
. - The
underlyingAsCollateral
wording into justunderlying
. - The
supplyUnderlying
function and its derivatives intodepositUnderlying
.
Removed
- All
*.d.ts
type files.