mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Added lower and upper tick to event
This commit is contained in:
parent
04a26554b7
commit
f2a6808861
|
@ -5,7 +5,9 @@ contract Events {
|
||||||
uint256 indexed tokenId,
|
uint256 indexed tokenId,
|
||||||
uint256 liquidity,
|
uint256 liquidity,
|
||||||
uint256 amtA,
|
uint256 amtA,
|
||||||
uint256 amtB
|
uint256 amtB,
|
||||||
|
int24 lowerTick,
|
||||||
|
int24 upperTick
|
||||||
);
|
);
|
||||||
|
|
||||||
event LogDeposit(
|
event LogDeposit(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user