Skip to content

Commit 17fba75

Browse files
authored
Merge pull request #186 from lidofinance/develop
Develop
2 parents ad414f0 + 1f263bf commit 17fba75

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717

1818
**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.
1919

20-
## WIP
21-
22-
The project is currently under development and may change in the future.
23-
2420
## Changelog
2521

2622
For changes between versions see [CHANGELOG.MD](packages/sdk/CHANGELOG.md)

docs/sdk/intro.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ slug: /
66

77
**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.
88

9-
## WIP
10-
11-
The project is currently under development and may change in the future.
12-
139
## Changelog
1410

15-
For changes between versions see [CHANGELOG.MD](https://github.com/lidofinance/lido-ethereum-sdk/blob/main/packages/sdk/CHANGELOG.md)
11+
For changes between versions see [Changelog](./changelog.mdx)
1612

1713
## Migration
1814

15+
For migration guide between major versions see [Migration](./migration.mdx)
16+
1917
## Installation
2018

2119
You can install the Lido Ethereum SDK using npm or yarn. `viem` is required as a peer dep:

packages/sdk/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515

1616
**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.
1717

18-
## ⚒️ Work In Progress ⚒️
19-
20-
The project is currently under active development and may experience breaking changes in the future.
21-
2218
## Docs
2319

2420
See interactive docs at [lidofinance.github.io/lido-ethereum-sdk](https://lidofinance.github.io/lido-ethereum-sdk/)

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -20221,11 +20221,11 @@ __metadata:
2022120221
linkType: hard
2022220222

2022320223
"nanoid@npm:^3.3.6":
20224-
version: 3.3.7
20225-
resolution: "nanoid@npm:3.3.7"
20224+
version: 3.3.8
20225+
resolution: "nanoid@npm:3.3.8"
2022620226
bin:
2022720227
nanoid: bin/nanoid.cjs
20228-
checksum: d36c427e530713e4ac6567d488b489a36582ef89da1d6d4e3b87eded11eb10d7042a877958c6f104929809b2ab0bafa17652b076cdf84324aa75b30b722204f2
20228+
checksum: dfe0adbc0c77e9655b550c333075f51bb28cfc7568afbf3237249904f9c86c9aaaed1f113f0fddddba75673ee31c758c30c43d4414f014a52a7a626efc5958c9
2022920229
languageName: node
2023020230
linkType: hard
2023120231

0 commit comments

Comments
 (0)