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:37 +05:30 committed by GitHub
parent 824d057ee7
commit d7a0fdb684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ abstract contract InstaDexSimulationResolver is Events, Helpers {
returns (string memory _eventName, bytes memory _eventParam)
{
sellAmount = getUint(getId, buyAmount);
uint256 nativeAmount
if (sellToken == maticAddr) {
sellAmount = sellAmount == uint256(-1)
? address(this).balance