Skip to content

Releases: balancer/b-sdk

v1.4.0

21 Jan 20:52
a561f37
Compare
Choose a tag to compare

Minor Changes

  • bd1aa32: Add Base and Arbitrum support for V3

v1.3.0

20 Jan 18:11
d0fd587
Compare
Choose a tag to compare

Minor Changes

  • 0734b88: permit2 helpers for pool init

Patch Changes

  • 4a68326: Fix getPoolStateWithBalancesV3 helper

v1.2.0

20 Jan 09:02
22f32d2
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • 411ff7e: Bump viem version and undo custom sonic setup (as multicall3 is already defined in the new viem version)

v1.1.0

07 Jan 16:00
74d61ab
Compare
Choose a tag to compare

Minor Changes

  • 00d2037: Add query blockno param for add/remove liq (not V2).

v1.0.2

18 Dec 18:33
fc73e14
Compare
Choose a tag to compare

Patch Changes

  • eb5be5d: fix: update sonic multicall3 creation blocknumber
  • eb5be5d: fix: override multicall3 for sonic in viem chain definition
  • 1b47dfb: Skip flaky test

v1.0.1

18 Dec 09:25
366596e
Compare
Choose a tag to compare

Patch Changes

  • e5a0311: Bump composable stable pool factories to v6
  • 79c8144: Refactor swaps v3 integration tests
  • 1c58adc: Add support for Sonic chain

v1.0.0

16 Dec 18:39
7054cef
Compare
Choose a tag to compare

Major Changes

  • b3d61f2: Remove queryRemoveLiquidityRecovery from RemoveLiquidity. Please use query with RemoveLiquidityRecoveryInput instead.

Minor Changes

  • 8aa2fb9: Add native token support to AddLiquidityNested and AddLiquidityBoosted
  • a6ebf0d: Add support for InitBuffer
  • 15567ec: Add support for addLiquidityBuffer

Patch Changes

  • e3fdf6c: Add extra integration tests for gyro pools

v0.33.5

10 Dec 15:36
ddff485
Compare
Choose a tag to compare

Patch Changes

  • 378a8f0: Fix price impact with near proportional inputs for AddLiquidityNested

v0.33.4

10 Dec 05:52
1a431bd
Compare
Choose a tag to compare

Patch Changes

  • 20aeefc: chore: debug v2 pool state multicall errors

v0.33.3

06 Dec 10:07
7759f83
Compare
Choose a tag to compare

Patch Changes

  • 6ec44e1: Update to main deployments (Mainnet, Gnosis and Sepolia)
  • 688d857: Add permit and permit2 signature examples