Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Oct 16, 2024
1 parent 70126e0 commit 5442afb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-badgers-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@balancer/sdk": patch
---

Add support for userData to v3 swaps
1 change: 1 addition & 0 deletions examples/swaps/swap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const swap = async () => {
chainId,
paths: sorPaths,
swapKind,
userData: '0x',
};

// Swap object provides useful helpers for re-querying, building call, etc
Expand Down

0 comments on commit 5442afb

Please sign in to comment.