diff --git a/balancer-js/README.md b/balancer-js/README.md index 92c096487..cea21fe74 100644 --- a/balancer-js/README.md +++ b/balancer-js/README.md @@ -1,3 +1,16 @@ +# **Deprecation Notice** # + +This package/library is being deprecated in favor of our new and improved version located at [repo](https://github.com/balancer/b-sdk)/[package](https://www.npmjs.com/package/@balancer/sdk). + +We recommend migrating to the new repository to access the latest features (including V3 support), bug fixes, and security patches. For more information about this change, please check out the examples and documentation pages: + +* [Documentation Pages](https://docs-v3.balancer.fi/developer-reference/sdk/) +* [Examples](https://github.com/balancer/b-sdk/tree/main/examples) + +If you have any questions or need assistance with migrating to the new repository, feel free to reach out via the Dev channel on [Discord](https://discord.balancer.fi/). + +Thank you for your understanding, and we hope to see you in our new repository! + # Balancer Javascript SDK A JavaScript SDK which provides commonly used utilties for interacting with Balancer Protocol V2. diff --git a/balancer-js/package.json b/balancer-js/package.json index a51e3cdf2..df3951921 100644 --- a/balancer-js/package.json +++ b/balancer-js/package.json @@ -1,6 +1,6 @@ { "name": "@balancer-labs/sdk", - "version": "1.1.6-beta.24", + "version": "1.1.6", "description": "JavaScript SDK for interacting with the Balancer Protocol V2", "license": "GPL-3.0-only", "homepage": "https://github.com/balancer-labs/balancer-sdk#readme",