mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
minor fix
This commit is contained in:
parent
70a341244d
commit
4ef4c48a77
|
@ -80,7 +80,7 @@ abstract contract Helpers is DSMath, Basic {
|
||||||
|
|
||||||
return nftManager.createAndInitializePoolIfNecessary(
|
return nftManager.createAndInitializePoolIfNecessary(
|
||||||
address(_token0),
|
address(_token0),
|
||||||
address(_tokenA),
|
address(_token1),
|
||||||
fee,
|
fee,
|
||||||
TickMath.getSqrtRatioAtTick(initialTick)
|
TickMath.getSqrtRatioAtTick(initialTick)
|
||||||
);
|
);
|
||||||
|
|
|
@ -17,7 +17,11 @@ abstract contract UniswapResolver is Helpers, Events {
|
||||||
address tokenB,
|
address tokenB,
|
||||||
uint24 fee,
|
uint24 fee,
|
||||||
int24 initialTick
|
int24 initialTick
|
||||||
) {
|
)
|
||||||
|
external
|
||||||
|
payable
|
||||||
|
returns (string memory _eventName, bytes memory _eventParam)
|
||||||
|
{
|
||||||
|
|
||||||
address pool = _createAndInitializePoolIfNecessary(
|
address pool = _createAndInitializePoolIfNecessary(
|
||||||
tokenA,
|
tokenA,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user