updated events

This commit is contained in:
Richa-iitr 2022-11-01 14:02:30 +05:30
parent d6066bec9e
commit 19587aa851

View File

@ -32,4 +32,11 @@ contract Events {
);
event LogBurnPosition(uint256 tokenId);
event LogcreateAndInitializePool (
address tokenA,
address tokenB,
uint24 fee,
int24 initialTick
);
}