mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
updated events
This commit is contained in:
parent
d6066bec9e
commit
19587aa851
|
@ -32,4 +32,11 @@ contract Events {
|
||||||
);
|
);
|
||||||
|
|
||||||
event LogBurnPosition(uint256 tokenId);
|
event LogBurnPosition(uint256 tokenId);
|
||||||
|
|
||||||
|
event LogcreateAndInitializePool (
|
||||||
|
address tokenA,
|
||||||
|
address tokenB,
|
||||||
|
uint24 fee,
|
||||||
|
int24 initialTick
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user