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
This commit is contained in:
parent
0c89fcbbf0
commit
2af2967fea
|
@ -28,8 +28,8 @@ abstract contract WSTETHContract is Helpers, Basic {
|
|||
|
||||
approve(stethContract, address(wstethContract), _amt);
|
||||
|
||||
uint256 wstethAmt_ = wstethContract.wrap(_amt);
|
||||
setUint(setId, wstethAmt_);
|
||||
uint256 _wstethAmt = wstethContract.wrap(_amt);
|
||||
setUint(setId, _wstethAmt);
|
||||
|
||||
_eventName = "LogDeposit(uint256,uint256,uint256,uint256)";
|
||||
_eventParam = abi.encode(_amt, wstethAmt_, getId, setId);
|
||||
|
|
Loading…
Reference in New Issue
Block a user