·
267 commits
to main
since this release
Changed
- Mark
@ethersproject/abi
,@ethersproject/bytes
and@ethersproject/providers
as normal deps instead of dev deps. - Move types from
typechain
directory todist/types
. - Ship declaration maps and source maps with the npm package.
- Upgrade to
@hifi/amm
v1.7.0. - Upgrade to
@hifi/protocol
v1.7.0. - Upgrade to
@paulrberg/contracts
v3.6.1. - Upgrade to
ethers
v5.5.1. - Upgrade to Solidity v0.8.9.
Fixed
- Check zero edge cases in the
buyHToken
andsellHToken
functions in theHifiPool
contract.