Update contracts/polygon/connectors/dexSimulation/main.sol

Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
0xPradyuman 2022-06-20 16:12:48 +05:30 committed by GitHub
parent c28ac06738
commit 00d0760119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ abstract contract InstaDexSimulationResolver is Events, Helpers {
sellAmount = sellAmount == uint256(-1)
? address(this).balance
: sellAmount;
nativeAmount = sellAmount;
} else {
TokenInterface tokenContract = TokenInterface(sellToken);