mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update contracts/mainnet/connectors/wsteth/main.sol
Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
parent
a3b64c1251
commit
a7bc617f13
|
@ -28,8 +28,8 @@ abstract contract WSTETHContract is Helpers, Basic {
|
|||
|
||||
approve(stethContract, address(wstethContract), _amt);
|
||||
|
||||
wstethContract.wrap(_amt);
|
||||
setUint(setId, _amt);
|
||||
uint256 wstethAmt_ = wstethContract.wrap(_amt);
|
||||
setUint(setId, wstethAmt_);
|
||||
|
||||
_eventName = "LogDeposit(uint256,uint256,uint256)";
|
||||
_eventParam = abi.encode(_amt, getId, setId);
|
||||
|
|
Loading…
Reference in New Issue
Block a user