diff --git a/contracts/polygon/connectors/dexSimulation/main.sol b/contracts/polygon/connectors/dexSimulation/main.sol index 5e13104b..c26c6872 100644 --- a/contracts/polygon/connectors/dexSimulation/main.sol +++ b/contracts/polygon/connectors/dexSimulation/main.sol @@ -18,6 +18,7 @@ abstract contract InstaDexSimulationResolver is Events, Helpers { * @param sellAmount The sell token amount * @param buyAmount The buy token amount * @param setId Set token amount at this ID in `InstaMemory` Contract. + * @param getId Get token amount at this ID in `InstaMemory` Contract. */ function swap( address sellToken,