github-actions
released this
26 Jan 13:42
·
206 commits
to main
since this release
@lidofinance/lido-ethereum-sdk 3.1.0 (2024-01-26)
SDK
Added
viem
version up to2.0.6
- Account hoisting support: methods no longer require address/account if it's hoisted to
walletClient
or available viaeth_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 calculategasLimit
which prevented usage when stake limit is reached
Playground
- Upped
next
andviem
versions