Skip to content

Releases: OlympusDAO/incur-debt-ts

v1.3.2 - Fix issue with Balancer pool ID encoding

28 Jul 22:37
Compare
Choose a tag to compare

v1.3.1 - Update Incur Debt mainnet address

23 Jul 16:33
Compare
Choose a tag to compare

v1.3.0 - Improvements to Balancer Functionality

18 Jul 23:52
Compare
Choose a tag to compare

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

14 Jul 19:49
Compare
Choose a tag to compare
  • 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

13 Jul 17:33
Compare
Choose a tag to compare

v1.1.1 Re-release under @OlympusDAO

13 Jul 14:38
49303cd
Compare
Choose a tag to compare
Merge pull request #11 from OlympusDAO/change-scope

Change scope

v1.1.0 - Uniswap and Sushi add liquidity support

12 Jul 17:34
Compare
Choose a tag to compare

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