mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
fixes
This commit is contained in:
parent
f26d346b87
commit
50248d402e
|
@ -33,7 +33,8 @@ abstract contract InstaDexSimulationResolver is Events, Helpers {
|
|||
returns (string memory _eventName, bytes memory _eventParam)
|
||||
{
|
||||
sellAmount = getUint(getId, buyAmount);
|
||||
uint256 nativeAmount
|
||||
uint256 nativeAmount;
|
||||
|
||||
if (sellToken == maticAddr) {
|
||||
sellAmount = sellAmount == uint256(-1)
|
||||
? address(this).balance
|
||||
|
|
Loading…
Reference in New Issue
Block a user