Skip to content

@lidofinance/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 13:42
· 206 commits to main since this release
8778267

@lidofinance/lido-ethereum-sdk 3.1.0 (2024-01-26)

SDK

Added

  • viem version up to 2.0.6
  • Account hoisting support: methods no longer require address/account if it's hoisted to walletClient or available via eth_requestAccounts
  • Stake, Wrap, Withdraw Request & Claim transaction methods now return parsed transaction result
  • waitForTransactionReceiptParameters optional config added to all transaction methods props

Fixed

  • better multisig behavior for transactions
  • Simulate methods now have correct return types
  • stakeEthPopulateTx not does not calculate gasLimit which prevented usage when stake limit is reached

Playground

  • Upped next and viem versions