Releases: OlympusDAO/incur-debt-ts
Releases · OlympusDAO/incur-debt-ts
v1.3.2 - Fix issue with Balancer pool ID encoding
v1.3.1 - Update Incur Debt mainnet address
v1.3.0 - Improvements to Balancer Functionality
Users no longer need to pass in other token addresses and amounts pre-sorted according to Balancer's specification.
v1.2.0 - Add more public functions
- Adds more public functions from the Incur Debt contract
- Adjusts the calculation of the non-OHM token amount for the Curve strategy to ensure that it maintains the correct amount of decimals
v1.1.2 - Add better network handling for testnet
v1.1.1 Re-release under @OlympusDAO
Merge pull request #11 from OlympusDAO/change-scope Change scope
v1.1.0 - Uniswap and Sushi add liquidity support
Bump package from private to public for publishing.
Currently building transactions to add liquidity to Uniswap V2 and Sushiswap pools is supported and has been tested. The Incur Debt Curve and Balancer strategies have rudimentary implementations but Balancer requires you to enter the otherTokens and otherTokenAmounts in the order they appear in the Balancer Pool contract. Automated sorting will be coming in a future version, as will commands to build calldata for removing liquidity.
Full Changelog: v1.0.0...v1.1.0