diff --git a/contracts/arbitrum/connectors/uniswap/v3_swap/main.sol b/contracts/arbitrum/connectors/uniswap/v3_swap/main.sol index 3b09247f..13a68b9e 100644 --- a/contracts/arbitrum/connectors/uniswap/v3_swap/main.sol +++ b/contracts/arbitrum/connectors/uniswap/v3_swap/main.sol @@ -33,7 +33,7 @@ abstract contract UniswapResolver is Helpers, Events { uint256 _getId, uint256 _setId ) external payable returns (string memory _eventName, bytes memory _eventParam) { - return _buy(BuyInfo({ + return _buy(BuyInfo({ buyAddr: _buyAddr, sellAddr: _sellAddr, fee: _fee, @@ -68,7 +68,7 @@ abstract contract UniswapResolver is Helpers, Events { buyAddr: _buyAddr, sellAddr: _sellAddr, fee: _fee, - unitAmt: _unitAmt, + unitAmt: _unitAmt, sellAmt: _sellAmt, getId: _getId, setId: _setId diff --git a/contracts/mainnet/connectors/uniswap/v3_swap/main.sol b/contracts/mainnet/connectors/uniswap/v3_swap/main.sol index 7bbeeafa..371d18d4 100644 --- a/contracts/mainnet/connectors/uniswap/v3_swap/main.sol +++ b/contracts/mainnet/connectors/uniswap/v3_swap/main.sol @@ -37,7 +37,7 @@ abstract contract UniswapResolver is Helpers, Events { buyAddr: _buyAddr, sellAddr: _sellAddr, fee: _fee, - unitAmt: _unitAmt, + unitAmt: _unitAmt, buyAmt: _buyAmt, getId: _getId, setId: _setId @@ -68,7 +68,7 @@ abstract contract UniswapResolver is Helpers, Events { buyAddr: _buyAddr, sellAddr: _sellAddr, fee: _fee, - unitAmt: _unitAmt, + unitAmt: _unitAmt, sellAmt: _sellAmt, getId: _getId, setId: _setId diff --git a/contracts/polygon/connectors/uniswap/v3_swap/main.sol b/contracts/polygon/connectors/uniswap/v3_swap/main.sol index cbc3f2a3..8d71f28b 100644 --- a/contracts/polygon/connectors/uniswap/v3_swap/main.sol +++ b/contracts/polygon/connectors/uniswap/v3_swap/main.sol @@ -36,7 +36,7 @@ abstract contract UniswapResolver is Helpers, Events { buyAddr: _buyAddr, sellAddr: _sellAddr, fee: _fee, - unitAmt: _unitAmt, + unitAmt: _unitAmt, buyAmt: _buyAmt, getId: _getId, setId: _setId @@ -68,7 +68,7 @@ abstract contract UniswapResolver is Helpers, Events { buyAddr: _buyAddr, sellAddr: _sellAddr, fee: _fee, - unitAmt: _unitAmt, + unitAmt: _unitAmt, sellAmt: _sellAmt, getId: _getId, setId: _setId