Skip to content

Releases: balancer/b-sdk

@balancer/sdk@5.2.2

Choose a tag to compare

@github-actions github-actions released this 23 Feb 10:55
cc454d5

Patch Changes

  • 19a8bf4: Bump viem from 2.45.1 to 2.46.2.

@balancer/sdk@5.2.1

Choose a tag to compare

@github-actions github-actions released this 10 Feb 13:56
ef8c8a8

Patch Changes

  • 210fcd7: Update Sonic UnbalancedAddViaSwapRouter address.

@balancer/sdk@5.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Feb 13:47
0283458

Minor Changes

  • acc99c5: Add support for Add Liquidity Unbalanced Via Swap

@balancer/sdk@5.1.3

Choose a tag to compare

@github-actions github-actions released this 03 Feb 16:06
4be3976

Patch Changes

  • c8c2a65: fix-add-monad-addresses-and-update-tests

@balancer/sdk@5.1.2

Choose a tag to compare

@github-actions github-actions released this 28 Jan 17:07
5102554

Patch Changes

  • b29cef6: add monad to CHAINS export

@balancer/sdk@5.1.1

Choose a tag to compare

@github-actions github-actions released this 27 Jan 13:23
6699831

Patch Changes

  • dd5f5fd: bump viem from 2.44.4 to 2.45.0.
    Update Sonic deployments with new factory addresses.

@balancer/sdk@5.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Jan 19:35
d14ab9b

Minor Changes

  • e34a2c0: new pool factories and monad contracts
  • 8b31785: Update LBPFactory to v3
  • 850d17c: add fixed price LBPs and improve input validators for LBPs

Patch Changes

  • d31fc84: Remove pool type Boosted
  • 8b144d5: Remove duplicate ABIs
  • e22d978: Add hooks to addresses
  • e49bbb0: Remove CSP createPool functionality
  • 568d700: Remove unnecessary dependencies

@balancer/sdk@5.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Jan 09:09
0662352

Patch Changes

  • 4b8c63c: Bump viem from 2.42.0 to 2.43.5.
    Bump @balancer-labs/balancer-maths from 0.0.37 to 0.0.38.
  • 29e0d09: Fix incorrect swap parameter

v5.0.0

Choose a tag to compare

@brunoguerios brunoguerios released this 05 Jan 12:55
dfa6c3c

Major Changes

  • f51af5f: WHAT: Removed wrapped token functionality from the Token class and introduced a new NativeToken class to handle native tokens (like ETH) separately.

    WHY: This change improves type safety and separation of concerns by distinguishing between ERC-20 tokens and native tokens, making the API more explicit and preventing confusion about token types.

    HOW: Update your code by:

    • If using the wrapped functionality, then replace any usage of Token for native tokens with the new NativeToken class:
      • Import NativeToken from the SDK: import { NativeToken } from '@balancer/sdk'
      • Use NativeToken for native token operations instead of Token with wrapped functionality
    • If not using any wrapped functionality, then Token can remain as is

@balancer/sdk@4.10.1

Choose a tag to compare

@github-actions github-actions released this 21 Nov 10:21
83b9216

Patch Changes

  • bca04a3: Bump Viem and Balancer Maths deps.