mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
minor changes
This commit is contained in:
parent
f52927da71
commit
322bda21fc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user