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(
|
||||
address(_token0),
|
||||
address(_tokenA),
|
||||
address(_token1),
|
||||
fee,
|
||||
TickMath.getSqrtRatioAtTick(initialTick)
|
||||
);
|
||||
|
|
|
@ -17,7 +17,11 @@ abstract contract UniswapResolver is Helpers, Events {
|
|||
address tokenB,
|
||||
uint24 fee,
|
||||
int24 initialTick
|
||||
) {
|
||||
)
|
||||
external
|
||||
payable
|
||||
returns (string memory _eventName, bytes memory _eventParam)
|
||||
{
|
||||
|
||||
address pool = _createAndInitializePoolIfNecessary(
|
||||
tokenA,
|
||||
|
|
Loading…
Reference in New Issue
Block a user