mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Added comments
This commit is contained in:
parent
4ef4c48a77
commit
a1a5ea7438
|
@ -12,6 +12,14 @@ import {Events} from "./events.sol";
|
|||
|
||||
abstract contract UniswapResolver is Helpers, Events {
|
||||
|
||||
/**
|
||||
* @dev Create and Initialize pool
|
||||
* @notice Create and Initialize new pool if required
|
||||
* @param tokenA tokenA addreess
|
||||
* @param tokenB tokenB addreess
|
||||
* @param fee fee percentage
|
||||
* @param initialTick Initial tick for the pool
|
||||
*/
|
||||
function createAndInitializePool (
|
||||
address tokenA,
|
||||
address tokenB,
|
||||
|
|
Loading…
Reference in New Issue
Block a user