Skip to content

Commit d1a4471

Browse files
committed
Fix block numbers
1 parent be0117d commit d1a4471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integrations/uniswap_v4.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
def get_all_users(
29-
start=23479850,
29+
start=21688329,
3030
end=None,
3131
) -> Dict[ChecksumAddress, Set[int]]:
3232
if end is None:
@@ -218,7 +218,7 @@ def get_participants_with_deposit_ids(
218218
print("=" * 60)
219219

220220
# The specific USDe pool was created at this block.
221-
v4_integration = UniswapV4Integration(IntID.UNISWAP_V4_POOL, 23479850)
221+
v4_integration = UniswapV4Integration(IntID.UNISWAP_V4_POOL, 23479854)
222222

223223
BLOCK = 23479855
224224
# BLOCK = 23393544

0 commit comments

Comments
 (0)