diff --git a/README.md b/README.md index 0ae2989..90d1bbe 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,6 @@ **Lido Ethereum SDK** is a package that provides convenient tools for interacting with Lido contracts on the Ethereum network through a software development kit (SDK). This SDK simplifies working with Lido contracts and accessing their functionality. -## WIP - -The project is currently under development and may change in the future. - ## Changelog For changes between versions see [CHANGELOG.MD](packages/sdk/CHANGELOG.md) diff --git a/docs/sdk/intro.md b/docs/sdk/intro.md index 883d105..57d83b8 100644 --- a/docs/sdk/intro.md +++ b/docs/sdk/intro.md @@ -6,16 +6,14 @@ slug: / **Lido Ethereum SDK** is a package that provides convenient tools for interacting with Lido contracts on the Ethereum network through a software development kit (SDK). This SDK simplifies working with Lido contracts and accessing their functionality. -## WIP - -The project is currently under development and may change in the future. - ## Changelog -For changes between versions see [CHANGELOG.MD](https://github.com/lidofinance/lido-ethereum-sdk/blob/main/packages/sdk/CHANGELOG.md) +For changes between versions see [Changelog](./changelog.mdx) ## Migration +For migration guide between major versions see [Migration](./migration.mdx) + ## Installation You can install the Lido Ethereum SDK using npm or yarn. `viem` is required as a peer dep: diff --git a/packages/sdk/README.md b/packages/sdk/README.md index 7ecee6d..59e1f16 100644 --- a/packages/sdk/README.md +++ b/packages/sdk/README.md @@ -15,10 +15,6 @@ **Lido Ethereum SDK** is a package that provides convenient tools for interacting with Lido contracts on the Ethereum network through a software development kit (SDK). This SDK simplifies working with Lido contracts and accessing their functionality. -## ⚒️ Work In Progress ⚒️ - -The project is currently under active development and may experience breaking changes in the future. - ## Docs See interactive docs at [lidofinance.github.io/lido-ethereum-sdk](https://lidofinance.github.io/lido-ethereum-sdk/)