Skip to content

Commit

Permalink
Merge pull request #35 from lidofinance/feature/si-823-rename-modules
Browse files Browse the repository at this point in the history
Feature/si 823 rename modules
  • Loading branch information
DiRaiks committed Sep 21, 2023
2 parents 57ca690 + 03cfae1 commit a3f76ee
Show file tree
Hide file tree
Showing 38 changed files with 514 additions and 315 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Replace "https://eth-goerli.alchemyapi.io/v2/{ALCHEMY_API_KEY}" with the address

## Examples

All examples and usage instructions can be found in the [Docs SDK package](./packages/sdk/README.md).

```ts
const lidoSDK = new LidoSDK({
chainId: 5,
Expand All @@ -67,7 +69,7 @@ lidoSDK.core.defineWeb3Provider();
const balanceETH = await lidoSDK.core.balanceETH(address);

// Calls
const stakeResult = await lidoSDK.staking.stake({
const stakeResult = await lidoSDK.stake.stakeEth({
value,
callback,
referralAddress,
Expand Down
Loading

0 comments on commit a3f76ee

Please sign in to comment.