From e1efe6b68f4528287410adb0a7d5782273959b7b Mon Sep 17 00:00:00 2001 From: johngrantuk Date: Mon, 25 Sep 2023 11:35:45 +0100 Subject: [PATCH] Add changeset. --- .changeset/large-socks-exist.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/large-socks-exist.md diff --git a/.changeset/large-socks-exist.md b/.changeset/large-socks-exist.md new file mode 100644 index 00000000..bcff5dde --- /dev/null +++ b/.changeset/large-socks-exist.md @@ -0,0 +1,8 @@ +--- +"@balancer/sdk": minor +--- + +- Add join/exit pool support (non-nested pools) +- Weighted pool type +- Uses balancerHelpers to query amounts in/out rather than relying on specific pool math and associated data +- Integration tests run against local hardhat fork